Skip to content

Commit

Permalink
fix: cibuildwheel.schema.json (pypa#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Nov 24, 2024
1 parent ee63bf1 commit 648448b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cibuildwheel/resources/cibuildwheel.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
},
"enable": {
"enum": [
"cpython-eol",
"cpython-freethreading",
"cpython-prerelease",
"pypy-eol"
"pypy"
]
},
"description": "A Python version or flavor to enable."
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 648448b

Please sign in to comment.