Update .travis.yml, build using Python 3.7-dev instead of 3.5 #727
Conversation
| @@ -1,6 +1,6 @@ | |||
| language: python | |||
| python: | |||
| - 3.5 | |||
| - "3.7-dev" | |||
JelleZijlstra
Jul 10, 2018
Contributor
Why dev and not just 3.7?
Why dev and not just 3.7?
Mariatta
Jul 10, 2018
Author
Member
Living on the edge! 😄
I just copy 🍝 from core-workflow, bedevere, and the-knights-who-say-ni, all of them using "-dev".
Living on the edge!
I just copy
JelleZijlstra
Jul 10, 2018
Contributor
I suppose those were written before 3.7.0 was released. I don't think it matters a lot but it seems safer to use the released version. :)
I suppose those were written before 3.7.0 was released. I don't think it matters a lot but it seems safer to use the released version. :)
Mariatta
Jul 10, 2018
Author
Member
3.7 on travis is only available using dist: xenial, and it is not yet officially documented here.
3.7 on travis is only available using dist: xenial, and it is not yet officially documented here.
JelleZijlstra
Jul 10, 2018
Contributor
Makes sense, thanks for looking into this!
Makes sense, thanks for looking into this!
pradyunsg
Jul 10, 2018
•
Contributor
FWIW, it seems the 3.7-dev version is actually a beta or something similar and not the CPython's current master branch.
None the less, IIRC, we didn't have any major changes made in the rc period anyway. :)
Source: travis-ci/travis-ci#9815 (comment) -- that's also the issue where the xenial support was mentioned
FWIW, it seems the 3.7-dev version is actually a beta or something similar and not the CPython's current master branch.
None the less, IIRC, we didn't have any major changes made in the rc period anyway. :)
Source: travis-ci/travis-ci#9815 (comment) -- that's also the issue where the xenial support was mentioned
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
No description provided.