summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-12-20 18:10:48 +0000
committerGerrit Code Review <review@openstack.org>2021-12-20 18:10:48 +0000
commita7ad9af0d6a9677e119f54fc080fbeb8b98d4270 (patch)
tree1f8eb4ec22c151ab4a76b8bad73649a20be9ce6a
parent6295d2eead3e492959f5861ded6a6c3e3f8cc9d0 (diff)
parent8bc3f816a358b2e8f4781f66b7bc3c800623009d (diff)
downloadglance_store-a7ad9af0d6a9677e119f54fc080fbeb8b98d4270.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 f0813a4..6b2c5e3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -21,6 +21,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 6a3130b..92db6ee 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
-envlist = py38,py36,pep8
+envlist = py39,py36,pep8
skipsdist = True
ignore_basepython_conflict = True