Skip to content

Commit a1cb13a

Browse files
authored
Drop free-threaded testing
1 parent c3656f9 commit a1cb13a

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
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
12+
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1313

1414
steps:
1515
- name: Checkout
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
38+
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
3939
check_formatting: ['0']
4040
extra_name: ['']
4141
include:
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
fail-fast: false
7373
matrix:
74-
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
74+
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
7575
steps:
7676
- name: Checkout
7777
uses: actions/checkout@v6

0 commit comments

Comments
 (0)