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