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

Downgrade to Python 3.11 in Dockerfile #406

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

frcroth
Copy link
Contributor

@frcroth frcroth commented Oct 17, 2023

Python 3.12 just released (https://www.python.org/downloads/release/python-3120/) which broke our Dockerfile. I have downgraded to Python 3.11 for now, which is still supported. Of course in the long term, we will want to upgrade.

Closes #404

@frcroth frcroth requested a review from jeriox October 17, 2023 08:37
@Paula-Kli
Copy link
Collaborator

I think it could be beneficial to also update the python version in the pre-commit hook as well - what do you think?

@frcroth frcroth force-pushed the downgrade-python-version branch from c885a2a to 1a8c7d5 Compare October 17, 2023 21:04
@coveralls
Copy link

coveralls commented Oct 17, 2023

Pull Request Test Coverage Report for Build 6552810968

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 74.507%

Totals Coverage Status
Change from base Build 6539549007: 0.0%
Covered Lines: 1248
Relevant Lines: 1675

💛 - Coveralls

@frcroth frcroth changed the title Downgrade to Python 3.11 Downgrade to Python 3.11 in Dockerfile Oct 17, 2023
@frcroth frcroth merged commit 51bfdef into fsr-de:main Oct 17, 2023
8 checks passed
@frcroth frcroth deleted the downgrade-python-version branch October 17, 2023 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Docker image build doesn't work: Failed to build uwsgi
4 participants