summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2021-11-24 19:27:19 -0600
committerGhanshyam <gmann@ghanshyammann.com>2021-12-14 02:34:40 +0000
commite1b5e721200127ea39028ca2c8c78f7f7414bab7 (patch)
tree85a3913d3eecfd245061fe10a5cb757688fdc2d8 /tox.ini
parent5d714bed0b653b42b49b2c571b798a5e9b738539 (diff)
downloadpython-glanceclient-e1b5e721200127ea39028ca2c8c78f7f7414bab7.tar.gz
Updating python testing classifier as per Yoga testing runtime
Yoga testing runtime[1] has been updated to add py39 testing as voting. Unit tests update are handled by the job template change in openstack-zuul-job - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 this commit updates the classifier in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: Ibde540f7950a5ea27af5327dfa662ee9187171c8
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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