Commit abbb252 1 parent 9d74b51 commit abbb252 Copy full SHA for abbb252
File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 74
74
# - Versions of ixmp and message_ix to test.
75
75
# - Latest supported Python version for those or other dependencies.
76
76
# Minimum version given in pyproject.toml + earlier version of Python
77
- - { upstream: v3.4.0, python: "3.11" } # 2022-01-27
78
- - { upstream: v3.5.0, python: "3.11" } # 2022-05-06
79
77
- { upstream: v3.6.0, python: "3.11" } # 2022-08-18
80
78
- { upstream: v3.7.0, python: "3.11" } # 2023-05-17
81
79
- { upstream: v3.8.0, python: "3.12" } # 2024-01-12
87
85
exclude :
88
86
# Specific version combinations that are invalid / not to be used
89
87
# These versions of ixmp are not able locate the arm64 GAMS API binaries
90
- - { os: macos-latest, version: { upstream: v3.4.0 }}
91
- - { os: macos-latest, version: { upstream: v3.5.0 }}
92
88
- { os: macos-latest, version: { upstream: v3.6.0 }}
93
89
- { os: macos-latest, version: { upstream: v3.7.0 }}
94
90
- { os: macos-latest, version: { upstream: v3.8.0 }}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies = [
37
37
# message_ix >= 3.4.0 → ixmp >= 3.4.0 → genno >= 1.6.0",
38
38
" genno >= 1.24.0" ,
39
39
" iam_units >= 2023.9.11" ,
40
- " message_ix >= 3.4 .0" ,
40
+ " message_ix >= 3.6 .0" ,
41
41
" pooch" ,
42
42
" pyam-iamc >= 0.6" ,
43
43
" pyarrow" ,
You can’t perform that action at this time.
0 commit comments