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 8282 - { upstream: v3.10.0, python: "3.13" } # 2025-02-21
8383 # Development version + latest released Python
8484 - { upstream: main, python: "3.13" }
85+ # NB Python 3.9 not supported by ixmp4
86+ - { upstream: enh/ixmp4, python: "3.10"}
87+ - { upstream: enh/ixmp4, python: "3.13"}
8588
8689 exclude :
8790 # Specific version combinations that are invalid / not to be used
9295 # Redundant with macos-latest
9396 - { os: macos-13, version: { upstream: v3.10.0 }}
9497 - { os: macos-13, version: { upstream: main }}
98+ - { os: macos-13, version: { upstream: enh/ixmp4 }}
9599
96100 fail-fast : false
97101
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