Skip to content

Commit

Permalink
🗓 Mar 16, 2024 11:15:29 AM
Browse files Browse the repository at this point in the history
🔧 fix #32 python version
  • Loading branch information
securisec committed Mar 16, 2024
1 parent ad25c45 commit fd81e34
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 fd81e34

Please sign in to comment.