From 72a6f430dfa99f99ca3204ac7e7bd280e1bd421b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 14 Jul 2019 10:16:36 -0700 Subject: [PATCH] Update PyPI classifiers --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 277b409..0a40728 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( tests_require=["sqlite-utils[test]"], url="https://github.com/simonw/sqlite-utils", classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Intended Audience :: End Users/Desktop", @@ -40,5 +40,6 @@ setup( "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", ], )