We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c53028 commit 4ad8122Copy full SHA for 4ad8122
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
+ python-version: [ "3.9", "3.10", "3.11", "3.12" ]
24
25
steps:
26
- name: Checkout repository
0 commit comments