summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengzhaosen <dengzhaosen@inspur.com>2021-12-22 11:03:34 +0800
committerdengzhaosen <dengzhaosen@inspur.com>2021-12-24 09:33:14 +0800
commitdb9a71f18e033912a713ab71b4180f10e1e3be36 (patch)
treee2b0a3e6bb5407416f0bd79222065e8c08d7fb4f
parentb9fe504d07a1fb7f152a54e6ed59933a49a5371a (diff)
downloadpython-heatclient-db9a71f18e033912a713ab71b4180f10e1e3be36.tar.gz
Update python testing classifier2.5.0
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: If01a4cb7dcb48698cea934309de36268ae92b7e1
-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 de8a0f4..f0d1e41 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
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython
diff --git a/tox.ini b/tox.ini
index ec4aa4f..1e3b7be 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = pypy,py38,pep8
+envlist = pypy,py39,pep8
ignore_basepython_conflict = true
minversion = 3.1.0
skipsdist = True