Commit b499252 1 parent 43ce610 commit b499252 Copy full SHA for b499252
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 81
81
- { upstream: v3.9.0, python: "3.13" } # 2024-06-04
82
82
# Development version + latest released Python
83
83
- { 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"}
84
87
85
88
exclude :
86
89
# Specific version combinations that are invalid / not to be used
91
94
- { os: macos-latest, version: { upstream: v3.9.0 }}
92
95
# Redundant with macos-latest
93
96
- { os: macos-13, version: { upstream: main }}
97
+ - { os: macos-13, version: { upstream: enh/ixmp4 }}
94
98
95
99
fail-fast : false
96
100
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