-
Notifications
You must be signed in to change notification settings - Fork 587
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
Drop Python 3.8 support #1225
Drop Python 3.8 support #1225
Conversation
(Trying to see if CI will exercise the Dockerfile changes...) |
`easy_install` wasn't working; let's just add this dep.
I've locally tested that the Dockerfile still builds with |
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.
It looks like the Makefile still uses python3.8 too - should that be upgraded?
This fixes the python3.9 build by installing the pip requirements with python3.9 and ensuring python3.9-venv is installed. Follow up to #1225.
This fixes the python3.9 build by installing the pip requirements with python3.9 and ensuring python3.9-venv is installed. Follow up to #1225.
No description provided.