Commit f726865 1 parent aa49621 commit f726865 Copy full SHA for f726865
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 45
45
- { upstream: v3.9.0, python: "3.13" } # 2024-06-04
46
46
# Development version + latest released Python
47
47
- { upstream: main, python: "3.13" }
48
+ # NB Python 3.9 and 3.13 not supported by ixmp4
49
+ - { upstream: enh/ixmp4, python: "3.10"}
50
+ - { upstream: enh/ixmp4, python: "3.12"}
48
51
49
52
exclude :
50
53
# Specific version combinations that are invalid / not to be used
57
60
- { os: macos-latest, version: {upstream: v3.9.0 }}
58
61
# Redundant with macos-latest
59
62
- { os: macos-13, version: {upstream: main }}
63
+ - { os: macos-13, version: {upstream: enh/ixmp4 }}
60
64
61
65
fail-fast : false
62
66
Original file line number Diff line number Diff line change 16
16
- sdmx1
17
17
- types-PyYAML
18
18
- types-tqdm
19
- - " ixmp @ git+https://github.com/iiasa/ixmp.git@main "
20
- - " message-ix @ git+https://github.com/iiasa/message_ix.git@main "
19
+ - " ixmp @ git+https://github.com/iiasa/ixmp.git@enh/ixmp4 "
20
+ - " message-ix @ git+https://github.com/iiasa/message_ix.git@enh/ixmp4 "
21
21
args : ["."]
22
22
- repo : https://github.com/astral-sh/ruff-pre-commit
23
23
rev : v0.7.4
You can’t perform that action at this time.
0 commit comments