Is your feature request related to a problem? Please elaborate.
python 3.11 is well into its security update only phase and holds back features. It is the intention of this project to support only very recent versions of python and explicitly the version we use in our container builds. Furthermore, not all python versions used in various parts of the repo are the same (GH actions, docker builds, etc...)
Describe the solution you'd like
Migrate all python version references to a newer version of python. 3.14 at minimum, but 3.15 would also be acceptable.
Does your solution involve any of the following?
Describe alternatives you've considered
Do not upgrade python versions
Who will this benefit?
Development
Additional Information
No response
Is your feature request related to a problem? Please elaborate.
python 3.11 is well into its security update only phase and holds back features. It is the intention of this project to support only very recent versions of python and explicitly the version we use in our container builds. Furthermore, not all python versions used in various parts of the repo are the same (GH actions, docker builds, etc...)
Describe the solution you'd like
Migrate all python version references to a newer version of python. 3.14 at minimum, but 3.15 would also be acceptable.
Does your solution involve any of the following?
Describe alternatives you've considered
Do not upgrade python versions
Who will this benefit?
Development
Additional Information
No response