-
Notifications
You must be signed in to change notification settings - Fork 298
Added support for Python 3.9 #846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like python 3.9 is still not available for Travis. Perhaps try 3.9-dev? Or just wait bit until Travis catches up? 3.9.0 was released Oct 5 so not sure how much longer it's going to take.
This exists: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-3.9-dev.tar.bz2
Codecov Report
Merging #846 into master will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## master #846 +/- ## ======================================= Coverage 97.77% 97.77% ======================================= Files 58 58 Lines 3104 3104 ======================================= Hits 3035 3035 Misses 69 69
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f59bb0d...1d4f3e4. Read the comment docs.
@sliverc We can circle back later when Travis catches up and switch it back from 3.9-dev
to 3.9
.
Uh oh!
There was an error while loading. Please reload this page.
Fixes #841
Description of the Change
Added support for Python 3.9
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS