Skip to content

Commit bac1706

Browse files
authored
ci: adding testing for Python 3.13 (#259)
1 parent 9a2e9c5 commit bac1706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
23+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2424
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
2525
backend: ["local", "db"]
2626
exclude:

0 commit comments

Comments
 (0)