fix: cibuildwheel.schema.json (#2093)

This commit is contained in:
Matthieu Darbois
2024-11-23 21:40:46 -05:00
committed by GitHub
parent ee63bf16da
commit 648448b46a
@@ -13,10 +13,9 @@
},
"enable": {
"enum": [
"cpython-eol",
"cpython-freethreading",
"cpython-prerelease",
"pypy-eol"
"pypy"
]
},
"description": "A Python version or flavor to enable."
@@ -289,6 +288,7 @@
"type": "boolean",
"default": false,
"description": "The project supports free-threaded builds of Python (PEP703)",
"deprecated": "Use the `enable` option instead.",
"title": "CIBW_FREE_THREADED_SUPPORT"
},
"manylinux-aarch64-image": {