fix: cibuildwheel.schema.json (#2093)
This commit is contained in:
@@ -13,10 +13,9 @@
|
|||||||
},
|
},
|
||||||
"enable": {
|
"enable": {
|
||||||
"enum": [
|
"enum": [
|
||||||
"cpython-eol",
|
|
||||||
"cpython-freethreading",
|
"cpython-freethreading",
|
||||||
"cpython-prerelease",
|
"cpython-prerelease",
|
||||||
"pypy-eol"
|
"pypy"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"description": "A Python version or flavor to enable."
|
"description": "A Python version or flavor to enable."
|
||||||
@@ -289,6 +288,7 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"description": "The project supports free-threaded builds of Python (PEP703)",
|
"description": "The project supports free-threaded builds of Python (PEP703)",
|
||||||
|
"deprecated": "Use the `enable` option instead.",
|
||||||
"title": "CIBW_FREE_THREADED_SUPPORT"
|
"title": "CIBW_FREE_THREADED_SUPPORT"
|
||||||
},
|
},
|
||||||
"manylinux-aarch64-image": {
|
"manylinux-aarch64-image": {
|
||||||
|
|||||||
Reference in New Issue
Block a user