Skip to content

Commit 547537b

Browse files
committed
Test as well no the free-threaded version of Python 3.14
1 parent eb5eb6c commit 547537b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
15+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
1616
fail-fast: false
1717

1818
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)