Skip to content

Commit

Permalink
Relax required Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Nov 12, 2024
1 parent 22d3769 commit 8923da3
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 @@ -78,7 +78,7 @@ def _get_version() -> str:
# This toolset targets a specific version of Python, and libraries are
# pinned to specific versions to prevent surprise breakage. Don't edit this!
############################################################
python_requires=">=3.10.12,<=3.12",
python_requires=">=3.10.12",
install_requires=[
"cairosvg==2.7.1",
"chardet==5.2.0",
Expand Down

0 comments on commit 8923da3

Please sign in to comment.