Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f56fa00

Browse filesBrowse files
authored
Remove deadcode in versions.sh
`minimumSetuptoolsVersion` is unused after Python 3.8 support was removed in #972.
1 parent 3054d7c commit f56fa00
Copy full SHA for f56fa00

1 file changed

-4Lines changed: 0 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎versions.sh‎

Copy file name to clipboardExpand all lines: versions.sh
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
set -Eeuo pipefail
33
shopt -s nullglob
44

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-
95
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
106

117
versions=( "$@" )

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.