From b215cba9de5a085b21a4634d0c72025e6f5b2081 Mon Sep 17 00:00:00 2001 From: dengzhaosen Date: Fri, 24 Dec 2021 09:45:22 +0800 Subject: [PATCH] Add py39 to tox.ini Yoga testing runtime has been updated to add py39 testing as voting. This commit updates the classifier in setup.cfg file. Change-Id: I291929390e5f9513243c5a138548451019e64fbb --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 265efee..82a0eff 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = pep8 +envlist = py39,pep8 [testenv] basepython = python3