Allow installation on later versions of Python.

This commit is contained in:
Jason R. Coombs 2020-08-21 16:05:36 -04:00
parent b79e9c4d61
commit c48548a7ca

View File

@ -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