From 681ccb83b4a82227b9e685327279856cf3644cd3 Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Wed, 3 Jun 2026 16:37:07 -0700 Subject: [PATCH 1/2] Drop python 3.8 and 3.13t in manylinux2014 --- continuous-delivery/build-wheels-manylinux2014-aarch64.sh | 6 ------ continuous-delivery/build-wheels-manylinux2014-x86_64.sh | 5 ----- 2 files changed, 11 deletions(-) diff --git a/continuous-delivery/build-wheels-manylinux2014-aarch64.sh b/continuous-delivery/build-wheels-manylinux2014-aarch64.sh index 55331ffaf..2ab094a1d 100755 --- a/continuous-delivery/build-wheels-manylinux2014-aarch64.sh +++ b/continuous-delivery/build-wheels-manylinux2014-aarch64.sh @@ -4,9 +4,6 @@ set -ex /opt/python/cp39-cp39/bin/python ./continuous-delivery/update-version.py -/opt/python/cp38-cp38/bin/python -m build -auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp38*.whl - /opt/python/cp39-cp39/bin/python -m build auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp39*.whl @@ -22,9 +19,6 @@ auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp311*.whl /opt/python/cp313-cp313/bin/python -m build auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp313*.whl -# The free-threaded build does not currently support the Limited C API or the stable ABI. Built them separately -/opt/python/cp313-cp313t/bin/python -m build -auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp313t*.whl /opt/python/cp314-cp314t/bin/python -m build auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp314t*.whl diff --git a/continuous-delivery/build-wheels-manylinux2014-x86_64.sh b/continuous-delivery/build-wheels-manylinux2014-x86_64.sh index aeb78f866..729eea6e7 100755 --- a/continuous-delivery/build-wheels-manylinux2014-x86_64.sh +++ b/continuous-delivery/build-wheels-manylinux2014-x86_64.sh @@ -4,9 +4,6 @@ set -ex /opt/python/cp39-cp39/bin/python ./continuous-delivery/update-version.py -/opt/python/cp38-cp38/bin/python -m build -auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp38*.whl - /opt/python/cp39-cp39/bin/python -m build auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp39*.whl @@ -23,8 +20,6 @@ auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp311*.whl auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp313*.whl # The free-threaded build does not currently support the Limited C API or the stable ABI. Built them separately -/opt/python/cp313-cp313t/bin/python -m build -auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp313t*.whl /opt/python/cp314-cp314t/bin/python -m build auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp314t*.whl From 17abbed05321c77bebc08dda6b57c5057cfa6771 Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Thu, 4 Jun 2026 09:12:00 -0700 Subject: [PATCH 2/2] Restore comment --- continuous-delivery/build-wheels-manylinux2014-aarch64.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/continuous-delivery/build-wheels-manylinux2014-aarch64.sh b/continuous-delivery/build-wheels-manylinux2014-aarch64.sh index 2ab094a1d..2fbacd545 100755 --- a/continuous-delivery/build-wheels-manylinux2014-aarch64.sh +++ b/continuous-delivery/build-wheels-manylinux2014-aarch64.sh @@ -19,6 +19,7 @@ auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp311*.whl /opt/python/cp313-cp313/bin/python -m build auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp313*.whl +# The free-threaded build does not currently support the Limited C API or the stable ABI. Built them separately /opt/python/cp314-cp314t/bin/python -m build auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp314t*.whl