From 1ad2e135dc8f27a52d5e9b0d713bd72e753649c0 Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 27 Feb 2024 08:14:05 -0500 Subject: [PATCH] add py310 gh actions --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index e3cdffa..91e8144 100644 --- a/tox.ini +++ b/tox.ini @@ -78,6 +78,7 @@ python = 3.7: py38, pep8 3.8: py38, pep8 3.9: py39, pep8, type-check, docs + 3.10: py39, pep8, type-check, docs [testenv:fmt] # This will reformat your code to comply with pep8