From feaef7c08055484db3b1a73462dd509f24048ae1 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Mon, 30 Oct 2023 09:23:55 -0500 Subject: [PATCH] Lock Python dependencies --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",