diff --git a/.github/workflows/build-test-package-python.yml b/.github/workflows/build-test-package-python.yml index a1429f1..75e4de5 100644 --- a/.github/workflows/build-test-package-python.yml +++ b/.github/workflows/build-test-package-python.yml @@ -37,7 +37,7 @@ on: type: string # Do not build explicit python 3.12 packages. The 3.11 packages support >= 3.11. # Python 3.12 and 3.13 aim to maintain ABI compatibility with Python 3.11 through the Stable ABI. - default: '["9","10","11"]' + default: '["10","11"]' manylinux-platforms: description: 'JSON-formatted array of "-" specializations' required: false