We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c37a8b commit 0232ef1Copy full SHA for 0232ef1
.github/workflows/tests-conda.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
os: [ubuntu-latest, macos-latest, windows-2019]
26
- python: ["3.10", "3.11", "3.12"]
+ python: ["3.10", "3.11", "3.12", "3.13"]
27
env: ["latest"]
28
include:
29
# environment with lower versions of optional dependencies
0 commit comments