-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Bump CI to Python 3.8 #7008
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
Bump CI to Python 3.8 #7008
Conversation
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.
Done
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.
Done
Fixes a Python 3.8 compat issue with flake8
oof. This is more annoying than expected.
I'll address the style changes in a separate PR. |
Using basepython should no longer be necessary. We just need some version of Python 3 to run the env, and since the project is now Python 3-only, there is no reason to require this. Note that it was necessary previously when DRF was Python 2/3 compatible.
Linter issues were fixed in #7010. |
@rpkilby Hello Ryan, what should I do next ? Wait for other reviews ? |
Nope, was just waiting for CI to finish. Thanks! |
Description
Python 3.8 is available, add tests in tox and travis