Skip to content

Commit

Permalink
Lock Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Oct 30, 2023
1 parent 480e470 commit feaef7c
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.7",
python_requires=">=3.7,<=3.11",
install_requires=[
"cairosvg==2.7.0",
"chardet==5.1.0",
Expand Down

0 comments on commit feaef7c

Please sign in to comment.