Skip to content

Commit

Permalink
Fixed issue #14
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL authored May 10, 2024
1 parent c65daa1 commit 67138d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ def get_readme():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
python_requires=">=3.6,<3.12",
python_requires=">=3.6,<3.13",
entry_points={
"console_scripts": [f"{MODULE_NAME}={MODULE_NAME}.main:main"],
},
Expand Down

0 comments on commit 67138d2

Please sign in to comment.