Skip to content
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

Merged
merged 7 commits into from
Feb 16, 2023
Merged

🔥 require python >= 3.7 #956

merged 7 commits into from
Feb 16, 2023

Conversation

kba
Copy link
Member

@kba kba commented Nov 22, 2022

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.

@kba kba requested a review from bertsky November 30, 2022 16:01
@bertsky
Copy link
Collaborator

bertsky commented Nov 30, 2022

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 deps-ubuntu rules (in various places) do not differentiate between e.g. python3-dev and (say) python3.7-dev. Why should they? Because Ubuntu 18's default is actually python-3.6-dev, which is wrong from now on.

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.

Dockerfile Outdated Show resolved Hide resolved
@kba
Copy link
Member Author

kba commented Dec 12, 2022

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.

Dockerfile Show resolved Hide resolved
.circleci/config.yml Outdated Show resolved Hide resolved
@kba kba merged commit 56e526e into master Feb 16, 2023
@kba kba deleted the drop-3.6 branch November 17, 2023 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants