We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc6adc commit 59d31d2Copy full SHA for 59d31d2
pyproject.toml
@@ -182,9 +182,6 @@ build-frontend = "build[uv]"
182
test-groups = ["test"]
183
test-command = "python -m pytest -n auto --benchmark-disable tests"
184
test-sources = ["pyproject.toml", "tests"]
185
-skip = [
186
- "cp314*-ios_*",
187
-]
188
test-skip = [
189
"cp3{9,10}-win_arm64",
190
"cp3{9,10}-musllinux_*",
@@ -194,6 +191,7 @@ test-skip = [
194
191
"gp311_242-macosx_x86_64",
195
192
"gp311_242-manylinux_aarch64",
196
193
"gp311_242-win*", # pytest crashes with module 'io' has no attribute '_WindowsConsoleIO'
+ "cp314*-ios_*", # No numpy wheels yet
197
]
198
enable = ["cpython-freethreading", "pypy", "graalpy"]
199
environment-pass = ["SETUPTOOLS_SCM_PRETEND_VERSION"]
0 commit comments