Skip to content

Commit 00a5465

Browse files
committed
Add python3.9 support
This ps adds py39 support and replaces dashes with underscores Change-Id: I5245be419244c8bd93c7099b61ce0a382f7a5065
1 parent c1a320c commit 00a5465

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ ChangeLog
1616
releasenotes/build
1717
/doc/build/
1818
/doc/source/reference/api/
19+
20+
# Files generated by JetBrains
21+
.idea/

setup.cfg

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[metadata]
22
name = python-troveclient
33
summary = Client library for OpenStack DBaaS API
4-
description-file =
4+
description_file =
55
README.rst
66
author = OpenStack
7-
author-email = openstack-discuss@lists.openstack.org
8-
home-page = https://docs.openstack.org/python-troveclient/latest
9-
python-requires = >=3.6
7+
author_email = openstack-discuss@lists.openstack.org
8+
home_page = https://docs.openstack.org/python-troveclient/latest
9+
python_requires = >=3.6
1010
classifier =
1111
Environment :: OpenStack
1212
Intended Audience :: Information Technology
@@ -18,6 +18,7 @@ classifier =
1818
Programming Language :: Python :: 3.6
1919
Programming Language :: Python :: 3.7
2020
Programming Language :: Python :: 3.8
21+
Programming Language :: Python :: 3.9
2122

2223
[files]
2324
packages =

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Python Trove Client
22

33
[tox]
4-
envlist = py38,pep8
4+
envlist = py39,pep8
55
minversion = 3.18.0
66
skipsdist = True
77
ignore_basepython_conflict = True

0 commit comments

Comments
 (0)