Add python3.9 support

This ps Add python39 support and replace dashes with underscores in setup.cfg

Change-Id: I44064057042652e27c03e20a991e9f99a5aa4882
This commit is contained in:
wu.chunyang 2022-04-28 22:02:02 +08:00
parent 751974bddb
commit a2d62eb141
2 changed files with 7 additions and 5 deletions

View File

@ -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 =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py38,pep8
envlist = py39,pep8
skipsdist = True
ignore_basepython_conflict = True