We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff8b09 commit 1b6fb10Copy full SHA for 1b6fb10
.github/workflows/pytest.yaml
@@ -99,7 +99,7 @@ jobs:
99
# Minimum version given in pyproject.toml + earlier version of Python
100
# For this job only, the oldest version of Python supported by message-ix-models
101
- { upstream: v3.8.0, python: "3.10" } # Released 2024-01-12
102
- - { upstream: v3.9.0, python: "3.14" } # 2024-06-04
+ - { upstream: v3.9.0, python: "3.13" } # 2024-06-04
103
- { upstream: v3.10.0, python: "3.14" } # 2025-02-21
104
# Latest released version + latest released Python
105
- { upstream: v3.11.0, python: "3.14" } # 2025-05-27
0 commit comments