From f1d6fff46cc8f955766d422687d2993115c99a2a Mon Sep 17 00:00:00 2001 From: windmillcode0 Date: Fri, 26 Jul 2024 01:25:52 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6133edf4..1cb98226 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ long_description=long_desc, long_description_content_type='text/markdown', - python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <3.12', + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <3.13', setup_requires=['setuptools_scm'], classifiers=[