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 configuration
[tox] [tox]
envlist = py39 envlist = py3
skipsdist = True skipsdist = True
[gh-actions] [gh-actions]
python = python =
3.9: py39 3.9: py3
[testenv] [testenv]
deps = deps =