-
Notifications
You must be signed in to change notification settings - Fork 294
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
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