We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cc5a4 commit 5f80044Copy full SHA for 5f80044
setup.py
@@ -58,12 +58,14 @@ def version_read():
58
keywords="",
59
include_package_data=True,
60
classifiers=[
61
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
62
"Natural Language :: English",
63
"License :: OSI Approved :: MIT License",
64
"Operating System :: OS Independent",
65
"Programming Language :: Python",
66
"Programming Language :: Python :: 3",
67
"Programming Language :: Python :: 3.6",
68
+ "Programming Language :: Python :: 3.7",
69
+ "Programming Language :: Python :: 3.8",
70
],
71
)
0 commit comments