Skip to content

Commit 20003a5

Browse files
author
Ghanshyam Mann
committed
Re-add python 3.6/3.7 in classifier
We have updated the yoga testing runtime to keep the py36 testing. - https://review.opendev.org/c/openstack/governance/+/820195 Unit tests job template is also updated to keep python 3.6 as a voting job. So with the py3.6 and py3.9 testing as voting job template, we are keeping python 3.6, 3.7, 3.8, and 3.8 as tested versions in the Yoga cycle. - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 This commit re-add the python 3.6/3.7 versions in setup.cfg classifier. Change-Id: Iaf4b4a82b5a50b3ef2dc793c50ef1b0981f37856
1 parent 719f4cf commit 20003a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ classifier =
1717
Programming Language :: Python :: 3 :: Only
1818
Programming Language :: Python :: Implementation :: CPython
1919
Programming Language :: Python :: 3
20+
Programming Language :: Python :: 3.6
21+
Programming Language :: Python :: 3.7
2022
Programming Language :: Python :: 3.8
2123
Programming Language :: Python :: 3.9
2224

0 commit comments

Comments
 (0)