Skip to content

Commit 47f20c1

Browse files
authored
try testing with 3.13 free threading (#326)
1 parent 5ac8c96 commit 47f20c1

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
@@ -27,9 +27,7 @@ jobs:
2727
- '3.11'
2828
- '3.12'
2929
- '3.13'
30-
# NOTE: gha setup-python doesn't support 3.13t yet
31-
# (https://github.com/actions/setup-python/pull/973)
32-
# - '3.13t'
30+
- '3.13t'
3331
- 'pypy3.9'
3432
- 'pypy3.10'
3533
exclude:
@@ -69,6 +67,8 @@ jobs:
6967
sudo chown -R root:root ${{ github.workspace }}/protected
7068
sudo chmod 700 ${{ github.workspace }}/protected
7169
70+
- run: uv run python -c 'import sys; print("free threading enable:", hasattr(sys, "_is_gil_enabled") and not sys._is_gil_enabled())'
71+
7272
- run: make test
7373
env:
7474
WATCHFILES_TEST_PERMISSION_DENIED_PATH: ${{ github.workspace }}/protected

0 commit comments

Comments
 (0)