Use available python 3

This commit is contained in:
Alex Forencich 2021-12-27 16:52:17 -08:00
parent 1f80696b55
commit 5cf2bcec4d

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 =