Skip to content

Commit f78d829

Browse files
authored
Drop python 3.8 and 3.13t in manylinux2014 (#745)
1 parent 75c0c57 commit f78d829

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

continuous-delivery/build-wheels-manylinux2014-aarch64.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ set -ex
44

55
/opt/python/cp39-cp39/bin/python ./continuous-delivery/update-version.py
66

7-
/opt/python/cp38-cp38/bin/python -m build
8-
auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp38*.whl
9-
107
/opt/python/cp39-cp39/bin/python -m build
118
auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp39*.whl
129

@@ -23,8 +20,6 @@ auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp311*.whl
2320
auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp313*.whl
2421

2522
# The free-threaded build does not currently support the Limited C API or the stable ABI. Built them separately
26-
/opt/python/cp313-cp313t/bin/python -m build
27-
auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp313t*.whl
2823
/opt/python/cp314-cp314t/bin/python -m build
2924
auditwheel repair --plat manylinux2014_aarch64 dist/awscrt-*cp314t*.whl
3025

continuous-delivery/build-wheels-manylinux2014-x86_64.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ set -ex
44

55
/opt/python/cp39-cp39/bin/python ./continuous-delivery/update-version.py
66

7-
/opt/python/cp38-cp38/bin/python -m build
8-
auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp38*.whl
9-
107
/opt/python/cp39-cp39/bin/python -m build
118
auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp39*.whl
129

@@ -23,8 +20,6 @@ auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp311*.whl
2320
auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp313*.whl
2421

2522
# The free-threaded build does not currently support the Limited C API or the stable ABI. Built them separately
26-
/opt/python/cp313-cp313t/bin/python -m build
27-
auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp313t*.whl
2823
/opt/python/cp314-cp314t/bin/python -m build
2924
auditwheel repair --plat manylinux2014_x86_64 dist/awscrt-*cp314t*.whl
3025

0 commit comments

Comments
 (0)