Skip to content

Commit cda8e23

Browse files
committed
cibuildwheel: skip build python 3.13 wheels (mypyc isn't ready yet)
1 parent d93c2d5 commit cda8e23

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
@@ -20,8 +20,9 @@ write_to = "schema_salad/_version.py"
2020
test-command = "python -m pytest -n 2 --junitxml={project}/test-results/junit_$(python -V | awk '{print $2}')_${AUDITWHEEL_PLAT}.xml --pyargs schema_salad"
2121
test-requires = "-r test-requirements.txt"
2222
test-extras = "pycodegen"
23-
skip = "pp*"
23+
skip = "pp* cp313-*"
2424
# ^ skip building wheels on PyPy (any version)
25+
# ^ skip build python 3.13 wheels (mypyc isn't ready yet)
2526
build-verbosity = "1"
2627
environment = { SCHEMA_SALAD_USE_MYPYC="1", MYPYPATH="$(pwd)/mypy-stubs" }
2728

0 commit comments

Comments
 (0)