Skip to content

Commit 59d31d2

Browse files
authored
fix: enable iOS 3.14 wheels (#1027)
* fix: enable iOS 3.14 wheels * Update pyproject.toml
1 parent efc6adc commit 59d31d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@ build-frontend = "build[uv]"
182182
test-groups = ["test"]
183183
test-command = "python -m pytest -n auto --benchmark-disable tests"
184184
test-sources = ["pyproject.toml", "tests"]
185-
skip = [
186-
"cp314*-ios_*",
187-
]
188185
test-skip = [
189186
"cp3{9,10}-win_arm64",
190187
"cp3{9,10}-musllinux_*",
@@ -194,6 +191,7 @@ test-skip = [
194191
"gp311_242-macosx_x86_64",
195192
"gp311_242-manylinux_aarch64",
196193
"gp311_242-win*", # pytest crashes with module 'io' has no attribute '_WindowsConsoleIO'
194+
"cp314*-ios_*", # No numpy wheels yet
197195
]
198196
enable = ["cpython-freethreading", "pypy", "graalpy"]
199197
environment-pass = ["SETUPTOOLS_SCM_PRETEND_VERSION"]

0 commit comments

Comments
 (0)