Skip to content

Commit

Permalink
fix version syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jun 28, 2024
1 parent 7d09c3b commit cef46a2
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 @@ -43,7 +43,7 @@
include_package_data=True,
zip_safe=False,
install_requires=["requests"],
python_requires="3.12",
python_requires=">=3.12",
entry_points="""
# -*- Entry points: -*-
""",
Expand Down

0 comments on commit cef46a2

Please sign in to comment.