Skip to content

Commit 4ecea2f

Browse files
committed
EXP: only build cp314 wheels
1 parent 1ed3ee1 commit 4ecea2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

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

462462
[tool.cibuildwheel]
463463
build-verbosity = 1
464+
select = "cp314*"
464465
skip = ["cp314t-*"]
465466
test-extras = "test"
466467
test-command = [
467468
"python -m pytest -c {project}/pyproject.toml --rootdir . --color=yes --pyargs yt -ra",
468469
]
469-
environment = {"YT_LIMITED_API" = "1"}
470+
# environment = {"YT_LIMITED_API" = "1"}
470471

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

0 commit comments

Comments
 (0)