Skip to content

Commit 9e758fc

Browse files
committed
fix matrix
1 parent 7578487 commit 9e758fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t"]
4141
exclude:
4242
- os: "windows-latest"
43-
python: "3.13t"
43+
python-version: "3.13t"
4444
fail-fast: false
4545
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}
4646
steps:

0 commit comments

Comments
 (0)