Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 3054d7c + f56fa00 commit 7666104Copy full SHA for 7666104
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