Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau committed Dec 13, 2022
1 parent 3b5ebc8 commit 7c183f1
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 @@ -38,7 +38,7 @@
install_requires=__requirements__,
name=__title__,
packages=find_packages(exclude=["tests"]),
python_requires=">=3.7",
python_requires=">=3.8",
url=__uri__,
version=__version__,
zip_safe=False,
Expand Down

0 comments on commit 7c183f1

Please sign in to comment.