From c8e244afecfec07d95a331164fa2f8d18e98b0f9 Mon Sep 17 00:00:00 2001 From: Frank Malatino Date: Tue, 9 Jul 2024 15:23:16 -0400 Subject: [PATCH] Updated minimum python version requirement in doc of setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 944348f..23012b0 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( author="The Allen Institute for Artificial Intelligence", author_email="oliver.elbert@noaa.gov", - python_requires=">=3.8", + python_requires=">=3.11", classifiers=[ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers",