Skip to content

Commit

Permalink
Bump Python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois authored Dec 1, 2023
1 parent 93d18b6 commit 39806dc
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 @@ -70,7 +70,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.11",
python_requires=">=3.8,<=3.12",
install_requires=[
"cairosvg==2.7.1",
"chardet==5.2.0",
Expand Down

0 comments on commit 39806dc

Please sign in to comment.