File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ test-skip = [
195
195
" gp311_242-manylinux_aarch64" ,
196
196
" gp311_242-win*" , # pytest crashes with module 'io' has no attribute '_WindowsConsoleIO'
197
197
]
198
- enable = [" cpython-freethreading" , " pypy" , " cpython-prerelease " , " graalpy" ]
198
+ enable = [" cpython-freethreading" , " pypy" , " graalpy" ]
199
199
environment-pass = [" SETUPTOOLS_SCM_PRETEND_VERSION" ]
200
200
environment.PIP_ONLY_BINARY = " numpy"
201
201
environment.PIP_PREFER_BINARY = " 1"
@@ -224,13 +224,6 @@ select = "pp310-macosx_arm64"
224
224
inherit.environment = " append"
225
225
environment.MACOSX_DEPLOYMENT_TARGET = " 14.0"
226
226
227
- [[tool .cibuildwheel .overrides ]]
228
- select = [" cp314*" ,]
229
- inherit.environment = " append"
230
- environment.UV_INDEX = " https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/"
231
- environment.UV_INDEX_STRATEGY = " unsafe-best-match"
232
- environment.UV_PRERELEASE = " allow"
233
-
234
227
[[tool .cibuildwheel .overrides ]]
235
228
select = [" gp*" ]
236
229
inherit.environment = " append"
You can’t perform that action at this time.
0 commit comments