Skip to content

Commit bbd8a50

Browse files
author
wu.shiming
committed
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: Ia8b7f322eec1f3120c71ee03771f87e60cdea311
1 parent 92abbc9 commit bbd8a50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifier =
1717
Programming Language :: Python :: 3.6
1818
Programming Language :: Python :: 3.7
1919
Programming Language :: Python :: 3.8
20+
Programming Language :: Python :: 3.9
2021

2122
[files]
2223
packages =

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.18.0
3-
envlist = py36,py38,pep8
3+
envlist = py39,py38,pep8
44
skipsdist = True
55
ignore_basepython_conflict = True
66

0 commit comments

Comments
 (0)