8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3054d7c commit f56fa00Copy full SHA for f56fa00
versions.sh
@@ -2,10 +2,6 @@
2
set -Eeuo pipefail
3
shopt -s nullglob
4
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
-
9
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
10
11
versions=( "$@" )
0 commit comments