File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 8181 - { upstream: v3.9.0, python: "3.13" } # 2024-06-04
8282 # Development version + latest released Python
8383 - { upstream: main, python: "3.13" }
84+ # NB Python 3.9 not supported by ixmp4
85+ - { upstream: enh/ixmp4, python: "3.10"}
86+ - { upstream: enh/ixmp4, python: "3.13"}
8487
8588 exclude :
8689 # Specific version combinations that are invalid / not to be used
9194 - { os: macos-latest, version: { upstream: v3.9.0 }}
9295 # Redundant with macos-latest
9396 - { os: macos-13, version: { upstream: main }}
97+ - { os: macos-13, version: { upstream: enh/ixmp4 }}
9498
9599 fail-fast : false
96100
Original file line number Diff line number Diff line change 55 - id : mypy
66 pass_filenames : false
77 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 "
1010 - plotnine
1111 - pytest
1212 - sdmx1
You can’t perform that action at this time.
0 commit comments