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 d93c2d5 commit cda8e23Copy full SHA for cda8e23
pyproject.toml
@@ -20,8 +20,9 @@ write_to = "schema_salad/_version.py"
20
test-command = "python -m pytest -n 2 --junitxml={project}/test-results/junit_$(python -V | awk '{print $2}')_${AUDITWHEEL_PLAT}.xml --pyargs schema_salad"
21
test-requires = "-r test-requirements.txt"
22
test-extras = "pycodegen"
23
-skip = "pp*"
+skip = "pp* cp313-*"
24
# ^ skip building wheels on PyPy (any version)
25
+# ^ skip build python 3.13 wheels (mypyc isn't ready yet)
26
build-verbosity = "1"
27
environment = { SCHEMA_SALAD_USE_MYPYC="1", MYPYPATH="$(pwd)/mypy-stubs" }
28
0 commit comments