Python 3.12, 3.13, and 3.14 are the current stable and actively supported versions.
We should discuss when to bump our supported versions.
Edit 2026-08-11 Dev-Team-Meeting:
We decided on the following:
min_version gets bumped, when it becomes EoL or we need a feature of the newer version.
max_version gets bumped when a new stable version releases and the CI runs clean on this version (both pr.yaml and main.yaml).
Python 3.12, 3.13, and 3.14 are the current stable and actively supported versions.
We should discuss when to bump our supported versions.
Edit 2026-08-11 Dev-Team-Meeting:
We decided on the following:
min_versiongets bumped, when it becomes EoL or we need a feature of the newer version.max_versiongets bumped when a new stable version releases and the CI runs clean on this version (bothpr.yamlandmain.yaml).