summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-12-20 18:30:23 +0000
committerGerrit Code Review <review@openstack.org>2021-12-20 18:30:23 +0000
commita157587b732d2ddbeb126a70b1a3fb1b285a4127 (patch)
treec34153aeb28bee52b4159c9be5fdc7e444e8a6d7
parent8aac1597cd1cb8c989b8939d89891b459cfbe4f9 (diff)
parente1b5e721200127ea39028ca2c8c78f7f7414bab7 (diff)
downloadpython-glanceclient-a157587b732d2ddbeb126a70b1a3fb1b285a4127.tar.gz
Merge "Updating python testing classifier as per Yoga testing runtime"
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a246af5..eea6b51 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,6 +23,7 @@ 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 7d12799..67c18d5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py38,pep8
+envlist = py39,pep8
minversion = 2.0
skipsdist = True