Skip to content

Commit

Permalink
setup.py: fix version specifier in python_requires, python tooling no…
Browse files Browse the repository at this point in the history
…t happy with * i guess
  • Loading branch information
alexAubin authored Feb 6, 2023
1 parent d1827d1 commit 2373a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
license="AGPL",
packages=find_packages(exclude=["test"]),
data_files=[("/usr/share/moulinette/locales", locale_files)],
python_requires=">=3.7.*, <3.10",
python_requires=">=3.7.0,<3.10",
install_requires=install_deps,
tests_require=test_deps,
extras_require=extras,
Expand Down

0 comments on commit 2373a7f

Please sign in to comment.