Skip to content

Commit 44a1f17

Browse files
authored
Update pyproject.toml
1 parent 9ca6c6e commit 44a1f17

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ test-skip = [
195195
"gp311_242-manylinux_aarch64",
196196
"gp311_242-win*", # pytest crashes with module 'io' has no attribute '_WindowsConsoleIO'
197197
]
198-
enable = ["cpython-freethreading", "pypy", "cpython-prerelease", "graalpy"]
198+
enable = ["cpython-freethreading", "pypy", "graalpy"]
199199
environment-pass = ["SETUPTOOLS_SCM_PRETEND_VERSION"]
200200
environment.PIP_ONLY_BINARY = "numpy"
201201
environment.PIP_PREFER_BINARY = "1"
@@ -224,13 +224,6 @@ select = "pp310-macosx_arm64"
224224
inherit.environment = "append"
225225
environment.MACOSX_DEPLOYMENT_TARGET = "14.0"
226226

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-
234227
[[tool.cibuildwheel.overrides]]
235228
select = ["gp*"]
236229
inherit.environment = "append"

0 commit comments

Comments
 (0)