Skip to content

Commit

Permalink
try testing with 3.13 free threading (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Jan 10, 2025
1 parent 5ac8c96 commit 47f20c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
- '3.11'
- '3.12'
- '3.13'
# NOTE: gha setup-python doesn't support 3.13t yet
# (https://github.com/actions/setup-python/pull/973)
# - '3.13t'
- '3.13t'
- 'pypy3.9'
- 'pypy3.10'
exclude:
Expand Down Expand Up @@ -69,6 +67,8 @@ jobs:
sudo chown -R root:root ${{ github.workspace }}/protected
sudo chmod 700 ${{ github.workspace }}/protected
- run: uv run python -c 'import sys; print("free threading enable:", hasattr(sys, "_is_gil_enabled") and not sys._is_gil_enabled())'

- run: make test
env:
WATCHFILES_TEST_PERMISSION_DENIED_PATH: ${{ github.workspace }}/protected
Expand Down

0 comments on commit 47f20c1

Please sign in to comment.