We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7578487 commit 9e758fcCopy full SHA for 9e758fc
.github/workflows/test-python.yml
@@ -40,7 +40,7 @@ jobs:
40
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]
41
exclude:
42
- os: "windows-latest"
43
- python: "3.13t"
+ python-version: "3.13t"
44
fail-fast: false
45
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
46
steps:
0 commit comments