We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d524c commit 07e956aCopy full SHA for 07e956a
1 file changed
.github/workflows/run-test.yaml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
fail-fast: false
21
matrix:
22
- python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
+ python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
23
24
steps:
25
- name: Checkout
0 commit comments