Skip to content

Commit 7666104

Browse files
authoredOct 8, 2024··
Merge pull request #974 from edmorley/patch-1
Remove deadcode in versions.sh
2 parents 3054d7c + f56fa00 commit 7666104

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.