Skip to content

Commit

Permalink
Update setuptools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
asherf authored Aug 8, 2020
1 parent ebec1d0 commit 5397963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/backend/python/rules/setuptools.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ class Setuptools(PythonToolBase):
# NB: setuptools doesn't have an entrypoint, unlike most python tools.
# We call it via a generated setup.py script.
options_scope = "setuptools"
default_version = "setuptools==49.2.1"
default_version = "setuptools>=49.2.1,<49.3"
default_extra_requirements = ["wheel==0.31.1"]

0 comments on commit 5397963

Please sign in to comment.