Skip to content

Commit 1b6fb10

Browse files
committed
Use Python 3.13 on macOS x86_64 runner
1 parent 8ff8b09 commit 1b6fb10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Minimum version given in pyproject.toml + earlier version of Python
100100
# For this job only, the oldest version of Python supported by message-ix-models
101101
- { upstream: v3.8.0, python: "3.10" } # Released 2024-01-12
102-
- { upstream: v3.9.0, python: "3.14" } # 2024-06-04
102+
- { upstream: v3.9.0, python: "3.13" } # 2024-06-04
103103
- { upstream: v3.10.0, python: "3.14" } # 2025-02-21
104104
# Latest released version + latest released Python
105105
- { upstream: v3.11.0, python: "3.14" } # 2025-05-27

0 commit comments

Comments
 (0)