Skip to content

Commit

Permalink
🗓 Mar 16, 2024 11:17:37 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
securisec committed Mar 16, 2024
1 parent fd81e34 commit 37cc188
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 @@ -53,6 +53,6 @@ def read_requirements():
classifiers=[
"Programming Language :: Python :: 3.10",
],
python_requires="==3.10",
python_requires="==3.10.*",
entry_points={"console_scripts": ["chepy = chepy.__main__:main"]},
)

0 comments on commit 37cc188

Please sign in to comment.