Skip to content

Commit b3e50e9

Browse files
authored
GitHub Actions: Add free threaded Python 3.14t
Added Python 3.14t to the CI workflow for Windows, Ubuntu, and macOS.
1 parent f016850 commit b3e50e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
22+
python: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v5
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
python: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11']
45+
python: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t', 'pypy-3.11']
4646
check_formatting: ['0']
4747
check_docs: ['0']
4848
extra_name: ['']
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
fail-fast: false
7878
matrix:
79-
python: ['3.10', '3.11', '3.12', '3.13', '3.14']
79+
python: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
8080
steps:
8181
- name: Checkout
8282
uses: actions/checkout@v5

0 commit comments

Comments
 (0)