Updating yoga tested python versions in classifier

Yoga testing runtime has been updated with py38 and py39
as voting and removed the py36 testing. Unit tests update are
handled by the job template change in openstack-zuul-job and you
can see the updated jobs running in gate.

- https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/818609

this commit updates the tested py versions in setup.cfg classifier.

[1] https://governance.openstack.org/tc/reference/runtimes/yoga.html

Change-Id: Ic25b27a075ab4637553fe0ce8524bc269e6b96ef
This commit is contained in:
Riccardo Pittau 2021-11-26 10:13:19 +01:00
parent 5d16f6680d
commit ff4c1efd57
2 changed files with 12 additions and 3 deletions

View File

@ -25,12 +25,22 @@
vars:
rtd_webhook_id: '44747'
templates:
- openstack-python3-xena-jobs
- openstack-python3-yoga-jobs
- docs-on-readthedocs
- check-requirements
check:
jobs:
# NOTE(rpittau): yoga jobs support py38 and py39 but we want to keep
# testing py36 to maintain compatibility with older distributions like
# CentOS Stream 8, Ubuntu Bionic, Debian 10, and openSuse Leap
# Remove after Yoga
- openstack-tox-py36
- ironic-staging-drivers-all
gate:
jobs:
# NOTE(rpittau): yoga jobs support py38 and py39 but we want to keep
# testing py36 to maintain compatibility with older distributions like
# CentOS Stream 8, Ubuntu Bionic, Debian 10, and openSuse Leap
# Remove after Yoga
- openstack-tox-py36
- ironic-staging-drivers-all

View File

@ -15,9 +15,8 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =