We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b4763 commit 226d348Copy full SHA for 226d348
1 file changed
.github/workflows/test-pr.yml
@@ -35,7 +35,7 @@ jobs:
35
strategy:
36
matrix:
37
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-latest]
38
- python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
+ python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
39
fail-fast: false
40
env:
41
PYTHON_VERSION: ${{ matrix.python-version }}
0 commit comments