- Notifications
You must be signed in to change notification settings - Fork294
Add testing and document support for Python 3.7 & PyPy3#409
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Looks like the optional package datrie doesn't build with Python 3.7: |
Perhaps support for datrie should be dropped or limited to Python <=3.6. The upstream package looks unmaintained and is not releasing new versions. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
codecov-io commentedOct 17, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #409 +/- ##========================================= Coverage ? 90.52% ========================================= Files ? 50 Lines ? 6973 Branches ? 1328 ========================================= Hits ? 6312 Misses ? 502 Partials ? 159 Continue to review full report at Codecov.
|
Thanks for the review, I've made the suggested changes. |
The Python 3.8 CI failures are due to flake8 and fixed in#428. |
This comment has been minimized.
This comment has been minimized.
Python 3.7 was released on June 27, 2018.Python 3.8 was released on October 14th, 2019.
Python 3.7 was released on June 27, 2018.
https://docs.python.org/3/whatsnew/3.7.html
Use 'dist: xenial' in Travis to allow using Python version 3.7. Travis
officially added support for Xenial on 2018-11-08.
https://blog.travis-ci.com/2018-11-08-xenial-release