Skip to content

Commit

Permalink
Add Python 3.12 to CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Nov 16, 2023
1 parent 011577a commit 0cdeeb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- "3.8" # Earliest version supported by ixmp
- "3.9"
- "3.10"
- "3.11" # Latest supported by ixmp
- "3.11"
- "3.12" # Latest supported by ixmp

# commented: force a specific version of pandas, for e.g. pre-release
# testing
Expand Down

0 comments on commit 0cdeeb3

Please sign in to comment.