-
Notifications
You must be signed in to change notification settings - Fork 32
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
🔥 require python >= 3.7 #956
Conversation
# Conflicts: # .circleci/config.yml
GH already tells me that on their side (GH Actions), the ubuntu:18.04 base image is deprecated now. I don't know about Circle CI. But we do have the problem that most of our So I guess I am saying we should also upgrade the base image now. Surprising myself there, but my guess is the other way is more painful overall. |
Agreed, let's make the jump now. I'll adapt. |
In the Dockerfile, install python3.7 from the deadsnakes PPA instead of the 18.04 standard python3.6 and stop testing for python3.6.
With the updated base image, we can then tackle the update in ocrd_all.