File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,6 @@ jobs:
120
120
architecture : x86
121
121
cibw :
122
122
build : " cp*win32"
123
- # free-threaded doesn't seem to work on Windows
124
- skip : " *t-win*"
125
123
126
124
- os : windows-2019
127
125
name : win-pypy
@@ -134,16 +132,13 @@ jobs:
134
132
architecture : x64
135
133
cibw :
136
134
build : " cp*win_amd64"
137
- # free-threaded doesn't seem to work on Windows
138
- skip : " *t-win*"
139
135
140
136
- os : windows-2022
141
137
name : win_arm64
142
138
architecture : x64
143
139
cibw :
144
140
arch : ARM64
145
- # free-threaded doesn't seem to work on Windows
146
- skip : " cp37* *t-win*"
141
+ skip : " cp37*"
147
142
148
143
steps :
149
144
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ search = '__version__: str = "{current_version}"'
142
142
143
143
[tool .cibuildwheel ]
144
144
build-verbosity = " 1"
145
- free-threaded-support = true
145
+ enable = [ " cpython-freethreading " , " pypy " ]
146
146
test-requires = [" pytest>=6" , " importlib_metadata" ]
147
147
test-command = " pytest -vsx {package}/tools/test_wheel.py"
148
148
@@ -170,6 +170,8 @@ MACOSX_DEPLOYMENT_TARGET = "10.15"
170
170
171
171
[tool .cibuildwheel .windows ]
172
172
before-all = " python buildutils/bundle.py licenses"
173
+ # free-threaded doesn't seem to work on Windows
174
+ enable = [" pypy" ]
173
175
repair-wheel-command = """ \
174
176
delvewheel repair \
175
177
-v \
You can’t perform that action at this time.
0 commit comments