From c48548a7ca85db974e830f54829ffc6d85ea94cf Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 21 Aug 2020 16:05:36 -0400 Subject: [PATCH] Allow installation on later versions of Python. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db5a5490d..96d5cdb33 100644 --- a/setup.py +++ b/setup.py @@ -361,7 +361,7 @@ setup(name="tahoe-lafs", # also set in __init__.py classifiers=trove_classifiers, # We support Python 2.7, and we're working on support for 3.6 (the # highest version that PyPy currently supports). - python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <3.7", + python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*", install_requires=install_requires, extras_require={ # Duplicate the Twisted pywin32 dependency here. See