Skip to content

Commit

Permalink
Merge pull request #98 from isi-mfurer/loosen_python_requires
Browse files Browse the repository at this point in the history
setup.py: do not set an upper bound on python version
  • Loading branch information
isi-mfurer committed Feb 12, 2021
2 parents d01fd4f + 4aece89 commit 7ab0fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def run_setup(with_extensions):
url="https://github.com/emc-isilon/pike",
packages=["pike", "pike.test"],
entry_points={"pytest11": ["pike = pike.pytest_support",]},
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,<3.9",
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*",
install_requires=[
'enum34~=1.1.6; python_version ~= "2.7"',
'attrs~=19.3.0',
Expand Down

0 comments on commit 7ab0fa2

Please sign in to comment.