Skip to content

Commit 2986f1d

Browse files
committed
EXP: only build cp314 wheels
1 parent 1ed3ee1 commit 2986f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,12 +461,12 @@ exclude = "(test_*|lodgeit)"
461461

462462
[tool.cibuildwheel]
463463
build-verbosity = 1
464-
skip = ["cp314t-*"]
464+
skip = ["cp3{10,11,12,13}-*", "cp314t-*"]
465465
test-extras = "test"
466466
test-command = [
467467
"python -m pytest -c {project}/pyproject.toml --rootdir . --color=yes --pyargs yt -ra",
468468
]
469-
environment = {"YT_LIMITED_API" = "1"}
469+
# environment = {"YT_LIMITED_API" = "1"}
470470

471471
[[tool.cibuildwheel.overrides]]
472472
# Install nightly wheels for matplotlib, not yet available on PyPI.

0 commit comments

Comments
 (0)