diff --git a/setup.py b/setup.py index 0b5632e2..c2673dfa 100644 --- a/setup.py +++ b/setup.py @@ -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",