mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-30 16:13:58 +00:00
Technically don't support 3.10 yet.
This commit is contained in:
parent
b7b71b2de7
commit
21e288a4d0
4
setup.py
4
setup.py
@ -366,8 +366,8 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
package_dir = {'':'src'},
|
||||
packages=find_packages('src') + ['allmydata.test.plugins'],
|
||||
classifiers=trove_classifiers,
|
||||
# We support Python 3.7 or later.
|
||||
python_requires=">=3.7",
|
||||
# We support Python 3.7 or later. 3.10 is not supported quite yet.
|
||||
python_requires=">=3.7, <3.10",
|
||||
install_requires=install_requires,
|
||||
extras_require={
|
||||
# Duplicate the Twisted pywin32 dependency here. See
|
||||
|
Loading…
x
Reference in New Issue
Block a user