Skip to content

Commit 4db97c0

Browse files
committed
Add free-threaded 3.14 to the CI
1 parent 0e6125f commit 4db97c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ jobs:
8383
allow-prereleases: true
8484
cache: pip
8585
cache-dependency-path: test-requirements.txt
86+
- name: Set PYTHON_GIL
87+
if: endsWith(matrix.python-version, 't')
88+
run: |
89+
echo "PYTHON_GIL=0" >> "$GITHUB_ENV"
8690
- name: Run tests
8791
run: ./ci.sh
8892
env:

0 commit comments

Comments
 (0)