Skip to content

Commit f429196

Browse files
committed
ci: add Python 3.13 to test matrix in workflow
1 parent ac32884 commit f429196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
python-version: ["3.9", "3.10", "3.11", "3.12"]
32+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3333
fail-fast: false
3434

3535
steps:

0 commit comments

Comments
 (0)