File tree Expand file tree Collapse file tree
Open diff view settings
Expand file tree Collapse file tree
Open diff view settings
Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ set -Eeuo pipefail
33shopt -s nullglob
44
55# https://github.com/docker-library/python/issues/365
6- minimumPipVersion=' 21.2.4'
76minimumSetuptoolsVersion=' 57.5.0'
8- # for historical reasons, these get pinned to either the version bundled with each Python version or these , whichever is higher
7+ # for historical reasons, setuptools gets pinned to either the version bundled with each Python version or this , whichever is higher
98
109cd " $( dirname " $( readlink -f " $BASH_SOURCE " ) " ) "
1110
@@ -137,12 +136,7 @@ for version in "${versions[@]}"; do
137136 exit 1
138137 fi
139138
140- pipVersion=" $(
141- {
142- echo " $pipVersion "
143- echo " $minimumPipVersion "
144- } | sort -rV | head -1
145- ) "
139+ # TODO remove this once Python 3.7 and 3.8 are either "new enough setuptools" or EOL
146140 setuptoolsVersion=" $(
147141 {
148142 echo " $setuptoolsVersion "
You can’t perform that action at this time.
0 commit comments