We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac8c96 commit 47f20c1Copy full SHA for 47f20c1
.github/workflows/ci.yml
@@ -27,9 +27,7 @@ jobs:
27
- '3.11'
28
- '3.12'
29
- '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'
+ - '3.13t'
33
- 'pypy3.9'
34
- 'pypy3.10'
35
exclude:
@@ -69,6 +67,8 @@ jobs:
69
67
sudo chown -R root:root ${{ github.workspace }}/protected
70
68
sudo chmod 700 ${{ github.workspace }}/protected
71
+ - run: uv run python -c 'import sys; print("free threading enable:", hasattr(sys, "_is_gil_enabled") and not sys._is_gil_enabled())'
+
72
- run: make test
73
env:
74
WATCHFILES_TEST_PERMISSION_DENIED_PATH: ${{ github.workspace }}/protected
0 commit comments