From 753a0467b3b9df8925f3fadfda7158c188fd36c7 Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Wed, 4 Sep 2024 12:35:13 -0700 Subject: [PATCH] Update `setup.py` classifiers (#691) --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0e2bd481..4180aa13 100755 --- a/setup.py +++ b/setup.py @@ -14,16 +14,17 @@ setup( author="xCDAT developers", - python_requires=">=3.8", + python_requires=">=3.9", classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache-2.0 License", "Natural Language :: English", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", ], description="Xarray Climate Data Analysis Tools", license="Apache-2.0",