Skip to content

Commit

Permalink
Update setup.py classifiers (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Sep 4, 2024
1 parent 94c8932 commit 753a046
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 753a046

Please sign in to comment.