Merge "Updating python testing classifier as per Yoga testing runtime"

This commit is contained in:
Zuul
2022-01-14 08:09:38 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py38,pep8
envlist = py39,pep8
skipsdist = True
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set