File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,9 @@ jobs:
105
105
- { upstream: v3.10.0, python: "3.13" } # 2025-02-21
106
106
# Development version + latest released Python
107
107
- { upstream: main, python: "3.13" }
108
+ # NB Python 3.9 not supported by ixmp4
109
+ - { upstream: enh/ixmp4, python: "3.10"}
110
+ - { upstream: enh/ixmp4, python: "3.13"}
108
111
109
112
exclude :
110
113
# Specific version combinations that are invalid / not to be used
@@ -115,6 +118,7 @@ jobs:
115
118
# Redundant with macos-latest
116
119
- { os: macos-13, version: { upstream: v3.10.0 }}
117
120
- { os: macos-13, version: { upstream: main }}
121
+ - { os: macos-13, version: { upstream: enh/ixmp4 }}
118
122
119
123
fail-fast : false
120
124
Original file line number Diff line number Diff line change 5
5
- id : mypy
6
6
pass_filenames : false
7
7
additional_dependencies :
8
- - " ixmp @ git+https://github.com/iiasa/ixmp.git@main "
9
- - " message-ix @ git+https://github.com/iiasa/message_ix.git@main "
8
+ - " ixmp @ git+https://github.com/iiasa/ixmp.git@enh/ixmp4 "
9
+ - " message-ix @ git+https://github.com/iiasa/message_ix.git@enh/ixmp4 "
10
10
- plotnine
11
11
- pytest
12
12
- sdmx1
You can’t perform that action at this time.
0 commit comments