File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ set -Eeuo pipefail
3
3
shopt -s nullglob
4
4
5
5
# https://github.com/docker-library/python/issues/365
6
- minimumPipVersion=' 21.2.4'
7
6
minimumSetuptoolsVersion=' 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
9
8
10
9
cd " $( dirname " $( readlink -f " $BASH_SOURCE " ) " ) "
11
10
@@ -137,12 +136,7 @@ for version in "${versions[@]}"; do
137
136
exit 1
138
137
fi
139
138
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
146
140
setuptoolsVersion=" $(
147
141
{
148
142
echo " $setuptoolsVersion "
You can’t perform that action at this time.
0 commit comments