From d11a48c94b972bf699e5ba9491b82a37a151678d Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Mon, 27 Dec 2021 16:52:07 -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 2fc6307..8a873fa 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 =