diff --git a/setup.py b/setup.py index cff6ffe0..4d9737bc 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.7", + python_requires=">=3.7,<=3.11", install_requires=[ "cairosvg==2.7.0", "chardet==5.1.0",