Skip to content

🔥 require python >= 3.7 - #956

Merged
kba merged 7 commits into
masterfrom
drop-3.6
Feb 16, 2023
Merged

🔥 require python >= 3.7#956
kba merged 7 commits into
masterfrom
drop-3.6

Conversation

@kba

@kba kba commented Nov 22, 2022

Copy link
Copy Markdown
Member

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

bertsky commented Nov 30, 2022

Copy link
Copy Markdown
Collaborator

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.

Comment thread Dockerfile Outdated
@kba

kba commented Dec 12, 2022

Copy link
Copy Markdown
Member Author

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.

Comment thread Dockerfile
Comment thread .circleci/config.yml Outdated
Comment thread .circleci/config.yml
@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