From df92d975079ea67b5bf458838e2b8cacd9750d0a Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Mon, 14 Sep 2020 09:29:25 -0400 Subject: [PATCH] setup.cfg: update classifiers - ara isn't openstack specific - ara is known to work and is tested with 3.8, add it - definitely not beta software anymore, it's stable and used in production Change-Id: I89445dc9febdd59da57fc7abb01ce89aa49ab3e7 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b381b041..c01b3fdd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,6 @@ author = OpenStack Community author-email = openstack-discuss@lists.openstack.org home-page = https://github.com/ansible-community/ara classifier = - Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators Intended Audience :: Developers @@ -19,7 +18,8 @@ classifier = Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 - Development Status :: 4 - Beta + Programming Language :: Python :: 3.8 + Development Status :: 5 - Production/Stable [global] setup-hooks =