From a2d62eb141818b85de5c1b4d2a050f6dd19c7332 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Thu, 28 Apr 2022 22:02:02 +0800 Subject: [PATCH] Add python3.9 support This ps Add python39 support and replace dashes with underscores in setup.cfg Change-Id: I44064057042652e27c03e20a991e9f99a5aa4882 --- setup.cfg | 10 ++++++---- tox.ini | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index e24ad12..b9ddb18 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,12 +1,12 @@ [metadata] name = trove-dashboard summary = Trove Management Dashboard -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-discuss@lists.openstack.org -home-page = https://docs.openstack.org/trove/latest -python-requires = >=3.6 +author_email = openstack-discuss@lists.openstack.org +home_page = https://docs.openstack.org/trove/latest +python_requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -20,6 +20,8 @@ classifier = Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 + [files] packages = diff --git a/tox.ini b/tox.ini index 0641170..1ec4686 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.1.1 -envlist = py38,pep8 +envlist = py39,pep8 skipsdist = True ignore_basepython_conflict = True