Skip to content

Commit f56fa00

Browse files
authoredOct 8, 2024··
Remove deadcode in versions.sh
`minimumSetuptoolsVersion` is unused after Python 3.8 support was removed in #972.
1 parent 3054d7c commit f56fa00

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎versions.sh

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
set -Eeuo pipefail
33
shopt -s nullglob
44

5-
# https://github.com/docker-library/python/issues/365
6-
minimumSetuptoolsVersion='57.5.0'
7-
# for historical reasons, setuptools gets pinned to either the version bundled with each Python version or this, whichever is higher
8-
95
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
106

117
versions=( "$@" )

0 commit comments

Comments
 (0)
Please sign in to comment.