mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
moulinette is now compatible with python 3.9 \o/
This commit is contained in:
parent
3cb81a54fc
commit
8218c2061a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -51,7 +51,7 @@ setup(
|
|||
license="AGPL",
|
||||
packages=find_packages(exclude=["test"]),
|
||||
data_files=[(LOCALES_DIR, locale_files)],
|
||||
python_requires=">=3.7.*, <3.8",
|
||||
python_requires=">=3.7.*, <3.10",
|
||||
install_requires=install_deps,
|
||||
tests_require=test_deps,
|
||||
extras_require=extras,
|
||||
|
|
Loading…
Reference in a new issue