Skip to content

Commit 9c3cbc9

Browse files
committed
unix: remove Python 3.7 from release script
We can still maintain support for building this version. But with the release of 3.9, I don't want to bloat the release process any more than is necessary. Let's only publish 3.8 and 3.9 going forward.
1 parent a181747 commit 9c3cbc9

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

release-linux.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,8 @@ set -eo pipefail
77

88
export PYBUILD_RELEASE_TAG=$(date --utc '+%Y%m%dT%H%M')
99

10-
./build-linux.py --target-triple x86_64-unknown-linux-gnu --python cpython-3.7 --optimizations debug --libressl
11-
./build-linux.py --target-triple x86_64-unknown-linux-gnu --python cpython-3.7 --optimizations pgo --libressl
1210
./build-linux.py --target-triple x86_64-unknown-linux-gnu --python cpython-3.8 --optimizations debug --libressl
1311
./build-linux.py --target-triple x86_64-unknown-linux-gnu --python cpython-3.8 --optimizations pgo --libressl
1412

15-
./build-linux.py --target-triple x86_64-unknown-linux-musl --python cpython-3.7 --optimizations debug --libressl
16-
./build-linux.py --target-triple x86_64-unknown-linux-musl --python cpython-3.7 --optimizations noopt --libressl
1713
./build-linux.py --target-triple x86_64-unknown-linux-musl --python cpython-3.8 --optimizations debug --libressl
1814
./build-linux.py --target-triple x86_64-unknown-linux-musl --python cpython-3.8 --optimizations noopt --libressl

release-macos.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ set -eo pipefail
77

88
export PYBUILD_RELEASE_TAG=$(date -u '+%Y%m%dT%H%M')
99

10-
./build-macos.py --python cpython-3.7 --optimizations debug
11-
./build-macos.py --python cpython-3.7 --optimizations pgo
1210
./build-macos.py --python cpython-3.8 --optimizations debug
1311
./build-macos.py --python cpython-3.8 --optimizations pgo

0 commit comments

Comments
 (0)