We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18528bb commit 97c423eCopy full SHA for 97c423e
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
strategy:
15
matrix:
16
- 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", "3.13"]
17
os: [ubuntu-latest, macOS-latest, windows-latest]
18
19
steps:
0 commit comments