Skip to content

Commit

Permalink
Remove deadcode in versions.sh
Browse files Browse the repository at this point in the history
`minimumSetuptoolsVersion` is unused after Python 3.8 support was removed in #972.
  • Loading branch information
edmorley authored Oct 8, 2024
1 parent 3054d7c commit f56fa00
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 f56fa00

Please sign in to comment.