Skip to content

Commit

Permalink
Merge pull request #974 from edmorley/patch-1
Browse files Browse the repository at this point in the history
Remove deadcode in versions.sh
  • Loading branch information
tianon authored Oct 8, 2024
2 parents 3054d7c + f56fa00 commit 7666104
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
set -Eeuo pipefail
shopt -s nullglob

# https://github.com/docker-library/python/issues/365
minimumSetuptoolsVersion='57.5.0'
# for historical reasons, setuptools gets pinned to either the version bundled with each Python version or this, whichever is higher

cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"

versions=( "$@" )
Expand Down

0 comments on commit 7666104

Please sign in to comment.