From 905c7d76974fecf4fb888a2a390a28c1c57f158b Mon Sep 17 00:00:00 2001 From: Bram van Es Date: Wed, 9 Oct 2024 21:39:42 +0200 Subject: [PATCH] Update setup.py Seems to be a minor discrepancy with the pypi and git badge. I am assuming that 3.12 is a typo here, given the "<". --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6d7093b18ae..da734de49b96 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import versioneer -SUPPORTED_PYTHON = ">=3.9,<3.12" +SUPPORTED_PYTHON = ">=3.9,<3.13" def get_python_requires() -> str: