Use available python 3

This commit is contained in:
Alex Forencich 2021-12-27 16:52:07 -08:00
parent 293cfe153c
commit d11a48c94b

View File

@ -1,11 +1,11 @@
# tox configuration
[tox]
envlist = py39
envlist = py3
skipsdist = True
[gh-actions]
python =
3.9: py39
3.9: py3
[testenv]
deps =