Skip to content

Commit 89531e2

Browse files
committed
Free threading should be off by default!
1 parent d7b214b commit 89531e2

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ jobs:
2323
- os: macos-latest
2424
python-version: '3.10'
2525
- os: macos-latest
26-
python-version: 3.9
26+
python-version: '3.12'
2727
- os: macos-latest
28-
python-version: '3.11'
29-
- os: macos-latest
30-
python-version: 'pypy-3.8'
28+
python-version: 'pypy-3.9'
3129
runs-on: ${{ matrix.os }}
3230
name: ${{ matrix.os }} @ ${{ matrix.python-version }}
3331
steps:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ build-verbosity = 3
4040
test-requires = "pytest"
4141
test-command = "pytest {package}/tests"
4242
test-skip = "*-win_arm64"
43-
skip = "*t-win*" # Skip free-threaded Python builds on Windows

0 commit comments

Comments
 (0)