Skip to content

Commit

Permalink
CI: add CI test on python 3.13 (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
theroggy authored Jan 27, 2025
1 parent 5c37a8b commit 0232ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
python: ["3.10", "3.11", "3.12"]
python: ["3.10", "3.11", "3.12", "3.13"]
env: ["latest"]
include:
# environment with lower versions of optional dependencies
Expand Down

0 comments on commit 0232ef1

Please sign in to comment.