Skip to content

Commit

Permalink
Update setup.py to new Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Jun 14, 2024
1 parent ef8332b commit 04e4e41
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.8,<=3.12",
python_requires=">=3.10.12,<=3.12.4",
install_requires=[
"cairosvg==2.7.1",
"chardet==5.2.0",
Expand Down

0 comments on commit 04e4e41

Please sign in to comment.