mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-11 20:11:47 +00:00
Allow installation on later versions of Python.
This commit is contained in:
2
setup.py
2
setup.py
@ -361,7 +361,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
|||||||
classifiers=trove_classifiers,
|
classifiers=trove_classifiers,
|
||||||
# We support Python 2.7, and we're working on support for 3.6 (the
|
# We support Python 2.7, and we're working on support for 3.6 (the
|
||||||
# highest version that PyPy currently supports).
|
# 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,
|
install_requires=install_requires,
|
||||||
extras_require={
|
extras_require={
|
||||||
# Duplicate the Twisted pywin32 dependency here. See
|
# Duplicate the Twisted pywin32 dependency here. See
|
||||||
|
Reference in New Issue
Block a user