We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2e9c5 commit bac1706Copy full SHA for bac1706
1 file changed
.github/workflows/ci-test.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
24
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
25
backend: ["local", "db"]
26
exclude:
0 commit comments