-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Travis CI: Test Python 3.8 #7221
Conversation
The vendoring job, now on 3.8, is failing and I'm not entirely sure why. Any ideas?
|
The corresponding logs from a previous build show:
So probably this is another example of #6222, and the pip bundled with the previous Python was old enough to not have this issue. |
#6606 was merged, but this is also blocked on actions/setup-python#30 (so the docs build can have 1 python mentioned in config) |
I don't think we should block broader CI testing for 3.8 on the fact that 3.8 isn't available for docs builds. This is especially true since Read The Docs is the blocker in that scenario, not Travis or GitHub Actions. |
@pradyunsg Agreed, please see #7224 which basically flips |
Python 3.8 is now available on GitHub Actions: actions/setup-python#30 (comment). |
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
Added pip>=19.3.1 requirement to the vendoring dependencies which has #6606. |
Thanks for sticking with this @hugovk! |
And thanks for vendoring fix! |
Python 3.8.0 final is now available on Travis CI as
3.8
.Follows on from #7219.
For #7229.