mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
quality: we're in python 3.11 bruh³
This commit is contained in:
parent
8c28a573e2
commit
bd9736efc1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -60,7 +60,7 @@ setup(
|
|||
license="AGPL",
|
||||
packages=find_packages(exclude=["test"]),
|
||||
data_files=[("/usr/share/moulinette/locales", locale_files)],
|
||||
python_requires=">=3.7.0,<3.10",
|
||||
python_requires=">=3.11.0,<3.12",
|
||||
install_requires=install_deps,
|
||||
tests_require=test_deps,
|
||||
extras_require=extras,
|
||||
|
|
Loading…
Reference in a new issue