We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4a2ff commit a9d9e3cCopy full SHA for a9d9e3c
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ${{ matrix.os }}
7
strategy:
8
matrix:
9
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
10
os: [ubuntu-latest, macOS-latest, windows-latest]
11
12
steps:
0 commit comments