-
Notifications
You must be signed in to change notification settings - Fork 549
Travis CI: Test on Python 3.9 release candidate 1 #808
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
Xenial is already the default dist on Travis CI. (bionic and focal are also available) In allow_failures mode until the GA release in one month. https://devguide.python.org/#status-of-python-branches Note: Python 3.4 is end of life and 3.5 will be end of life in two weeks. https://devguide.python.org/devcycle/#end-of-life-branches Fixes:
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.
Thanks for doing this, can you add py3.9 to tox.ini as well? There are potentially a few other jobs that would benefit from this.
here's a commit that added python 3.8: 9dc161b#diff-b91f3d5bd63fcd17221b267e851608e8 I am not sure if all the web frameworks we integrate with will run on Python 3.9 so it's probably too soon to add 3.9 to all of them EDIT: Ah well you went for it, let's see |
You will be shocked to learn we support Python 2 :D |
Typos...
|
Thanks I fixed the typos on master |
Why test on pypy (Python 2.7) but not test on pypy3 (Python 3.6)? |
iirc Travis pypy3 used to be broken at some point and our usage stats didn't warrant extra effort. |
Pretty remarkable that |
Excellent, thanks! |
Xenial is already the default dist on Travis CI. (bionic and focal are also available)
Py39 in allow_failures mode until the GA release in one month. https://devguide.python.org/#status-of-python-branches
Note: Python 3.4 is end of life and 3.5 will be end of life in two weeks. https://devguide.python.org/devcycle/#end-of-life-branches
Also fixes:
