Skip to content

Commit aac4456

Browse files
committed
Add Python 3.10 classifier to setup.py
Also changed PyGMT's development status from alpha to beta.
1 parent 30df670 commit aac4456

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
PACKAGE_DATA = {"pygmt.tests": ["data/*", "baseline/*"]}
2222

2323
CLASSIFIERS = [
24-
"Development Status :: 3 - Alpha",
24+
"Development Status :: 4 - Beta",
2525
"Intended Audience :: Science/Research",
2626
"Intended Audience :: Developers",
2727
"Intended Audience :: Education",
@@ -30,6 +30,7 @@
3030
"Programming Language :: Python :: 3.7",
3131
"Programming Language :: Python :: 3.8",
3232
"Programming Language :: Python :: 3.9",
33+
"Programming Language :: Python :: 3.10",
3334
f"License :: OSI Approved :: {LICENSE}",
3435
]
3536
PLATFORMS = "Any"

0 commit comments

Comments
 (0)