From 1a6703a6e10f492e063a73523552be1df5b0e8ec Mon Sep 17 00:00:00 2001 From: abearab Date: Mon, 24 Jun 2024 02:12:39 -0700 Subject: [PATCH] switch to python >3.11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c15190e..51db702 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ packages=find_packages(), long_description=long_description, long_description_content_type='text/x-rst', - python_requires='>=3.9', + python_requires='>=3.11,<4.0', install_requires=[ "pandas", "configparser",