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 1ed3ee1 commit 4ecea2fCopy full SHA for 4ecea2f
pyproject.toml
@@ -461,12 +461,13 @@ exclude = "(test_*|lodgeit)"
461
462
[tool.cibuildwheel]
463
build-verbosity = 1
464
+select = "cp314*"
465
skip = ["cp314t-*"]
466
test-extras = "test"
467
test-command = [
468
"python -m pytest -c {project}/pyproject.toml --rootdir . --color=yes --pyargs yt -ra",
469
]
-environment = {"YT_LIMITED_API" = "1"}
470
+# environment = {"YT_LIMITED_API" = "1"}
471
472
[[tool.cibuildwheel.overrides]]
473
# Install nightly wheels for matplotlib, not yet available on PyPI.
0 commit comments