From 648448b46aab351cdb90b2689c638274f93be63c Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Sun, 24 Nov 2024 03:40:46 +0100 Subject: [PATCH] fix: cibuildwheel.schema.json (#2093) --- cibuildwheel/resources/cibuildwheel.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cibuildwheel/resources/cibuildwheel.schema.json b/cibuildwheel/resources/cibuildwheel.schema.json index 68c195ab..e9ef3985 100644 --- a/cibuildwheel/resources/cibuildwheel.schema.json +++ b/cibuildwheel/resources/cibuildwheel.schema.json @@ -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": {