Skip to content

Commit abbb252

Browse files
committed
Drop support for ixmp/message_ix 3.4, 3.5
…according to the version policy.
1 parent 9d74b51 commit abbb252

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/pytest.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ jobs:
7474
# - Versions of ixmp and message_ix to test.
7575
# - Latest supported Python version for those or other dependencies.
7676
# 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
7977
- { upstream: v3.6.0, python: "3.11" } # 2022-08-18
8078
- { upstream: v3.7.0, python: "3.11" } # 2023-05-17
8179
- { upstream: v3.8.0, python: "3.12" } # 2024-01-12
@@ -87,8 +85,6 @@ jobs:
8785
exclude:
8886
# Specific version combinations that are invalid / not to be used
8987
# 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 }}
9288
- { os: macos-latest, version: { upstream: v3.6.0 }}
9389
- { os: macos-latest, version: { upstream: v3.7.0 }}
9490
- { os: macos-latest, version: { upstream: v3.8.0 }}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
# message_ix >= 3.4.0 → ixmp >= 3.4.0 → genno >= 1.6.0",
3838
"genno >= 1.24.0",
3939
"iam_units >= 2023.9.11",
40-
"message_ix >= 3.4.0",
40+
"message_ix >= 3.6.0",
4141
"pooch",
4242
"pyam-iamc >= 0.6",
4343
"pyarrow",

0 commit comments

Comments
 (0)