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
This commit is contained in:
dengzhaosen 2021-12-24 09:45:22 +08:00
parent 3c5717fd0e
commit b215cba9de

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = pep8
envlist = py39,pep8
[testenv]
basepython = python3