Update python testing classifier

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: I3e476822b0e7b3b0197e1016e517cb87b09b8a62
This commit is contained in:
songwenping 2021-12-21 10:38:49 +00:00
parent e532b71313
commit 6884124914
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.2
envlist = py37,pep8
envlist = py37,py39,pep8
ignore_basepython_conflict = True
[testenv]