Travis CI: Test on Python 3.9 release candidate 1 #808
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:
|
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:
