Skip to content

Commit 22e47e3

Browse files
committed
Simplify setting PYTHON_GIL
1 parent 9542690 commit 22e47e3

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ jobs:
5151
include:
5252
- { python-version: "3.12", PYTHONOPTIMIZE: 1, REVERSE: "--reverse" }
5353
- { python-version: "3.11", PYTHONOPTIMIZE: 2 }
54-
# Free-threaded
55-
- { python-version: "3.15t", disable-gil: true }
56-
- { python-version: "3.14t", disable-gil: true }
57-
- { python-version: "3.13t", disable-gil: true }
5854
# Intel
5955
- { os: "macos-26-intel", python-version: "3.10" }
6056
exclude:
@@ -79,7 +75,7 @@ jobs:
7975
"pyproject.toml"
8076
8177
- name: Set PYTHON_GIL
82-
if: "${{ matrix.disable-gil }}"
78+
if: endsWith(matrix.python-version, 't')
8379
run: |
8480
echo "PYTHON_GIL=0" >> $GITHUB_ENV
8581

0 commit comments

Comments
 (0)