Skip to content

Commit

Permalink
Run 3.12 tests for 3.13, too
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Nov 20, 2024
1 parent 9ba1f92 commit aadba35
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
python-version:
- "3.10" # Earliest version supported by ixmp4
- "3.11"
- "3.12" # Latest version supported by ixmp4
- "3.12"
- "3.13" # Latest version supported by ixmp4
with-pyarrow:
- false
postgres-version:
Expand All @@ -27,6 +28,18 @@ jobs:
- "sqlite,rest-sqlite,postgres,rest-postgres"
include:
# with pyarrow
- python-version: "3.13"
with-pyarrow: true
postgres-version: "16"
pandas-version: false
backend: "sqlite,rest-sqlite"
# pgsql 15
- python-version: "3.13"
with-pyarrow: false
postgres-version: "15"
pandas-version: false
backend: "postgres,rest-postgres"
# with pyarrow
- python-version: "3.12"
with-pyarrow: true
postgres-version: "16"
Expand Down

0 comments on commit aadba35

Please sign in to comment.