From 5cf2bcec4de7df0cef9d5310a8b6ef5e6fd7ef37 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 27 Dec 2021 16:52:17 -0800 Subject: [PATCH] Use available python 3 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d6028437..a03b06ce 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,11 @@ # tox configuration [tox] -envlist = py39 +envlist = py3 skipsdist = True [gh-actions] python = - 3.9: py39 + 3.9: py3 [testenv] deps =