Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ jobs:
- { upstream: v3.10.0, python: "3.13" } # 2025-02-21
# Development version + latest released Python
- { upstream: main, python: "3.13" }
# NB Python 3.9 not supported by ixmp4
- { upstream: enh/ixmp4, python: "3.10"}
- { upstream: enh/ixmp4, python: "3.13"}

exclude:
# Specific version combinations that are invalid / not to be used
Expand All @@ -115,6 +118,7 @@ jobs:
# Redundant with macos-latest
- { os: macos-13, version: { upstream: v3.10.0 }}
- { os: macos-13, version: { upstream: main }}
- { os: macos-13, version: { upstream: enh/ixmp4 }}

fail-fast: false

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repos:
- id: mypy
pass_filenames: false
additional_dependencies:
- "ixmp @ git+https://github.com/iiasa/ixmp.git@main"
- "message-ix @ git+https://github.com/iiasa/message_ix.git@main"
- "ixmp @ git+https://github.com/iiasa/ixmp.git@enh/ixmp4"
- "message-ix @ git+https://github.com/iiasa/message_ix.git@enh/ixmp4"
- plotnine
- pytest
- sdmx1
Expand Down
Loading