python 3.12 - necessary requirements.txt upgrades#12336
Merged
mapellidario merged 1 commit intoMay 9, 2025
Conversation
|
Jenkins results:
|
amaltaro
approved these changes
Apr 22, 2025
amaltaro
left a comment
Contributor
There was a problem hiding this comment.
Thanks Dario, it looks good to me as well.
b5b7755 to
6d73ebe
Compare
Member
Author
|
I rebased this branch onto master, i doubled check again and it should be safe to merge. things are expected to work with python3.8 and python3.12. This is ready to be merged, but i do not want to do it without antoher double check from the team :) |
|
Jenkins results:
|
Member
Author
|
since we all agree and since this is required for dmwm/CMSKubernetes#1604, i am merging this PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to #12208
Status
tested, works on a manual docker image build with python 3.12 on debian 12
Description
some of the versions of the packages that we depend on are not compatible with recent python 3.12. We need to upgrade their versions if we want to be able to run with python 3.12
please, notice how the cheetah3 project changed the name of the package on pypi from `` to
CT3[1]Is it backward compatible (if not, which system it affects?)
yes, these versions are compatible with python 3.8
Related PRs
none
External dependencies / deployment changes
yes, this PR changes the versions of some packages that we depend on
[1]