From 61fbb2d76f4ce1048c84e9126459d82f62c43c23 Mon Sep 17 00:00:00 2001
From: Alex Forencich <alex@alexforencich.com>
Date: Mon, 27 Dec 2021 16:51:58 -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 2fc6307f..8a873fa7 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 =
-- 
GitLab