Skip to content

Commit 0232ef1

Browse files
authored
CI: add CI test on python 3.13 (#520)
1 parent 5c37a8b commit 0232ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest, macos-latest, windows-2019]
26-
python: ["3.10", "3.11", "3.12"]
26+
python: ["3.10", "3.11", "3.12", "3.13"]
2727
env: ["latest"]
2828
include:
2929
# environment with lower versions of optional dependencies

0 commit comments

Comments
 (0)