From 74eca5241b148e2907441e1c1ee0a4b170fc26a2 Mon Sep 17 00:00:00 2001 From: Ilya Konstantinov Date: Thu, 17 Oct 2019 18:04:20 -0400 Subject: [PATCH] Update PyPI classifiers (production, py3.5) (#710) --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d510bd40b..e85279366 100644 --- a/setup.py +++ b/setup.py @@ -42,11 +42,12 @@ def find_stubs(package): keywords='python dynamodb amazon', install_requires=install_requires, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Programming Language :: Python', 'Operating System :: OS Independent', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'License :: OSI Approved :: MIT License', ],