From 5a99cea732aa3f615cc36ac100876f09399d76e2 Mon Sep 17 00:00:00 2001 From: Christopher Andrew Mancuso Date: Tue, 19 Nov 2024 15:37:25 -0500 Subject: [PATCH] updated python versions --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index c8ec8ad..6b86708 100644 --- a/tox.ini +++ b/tox.ini @@ -12,10 +12,10 @@ isolated_build = true [gh-actions] python = - 3.9: python3.10,flake8, mypy + 3.9: python3.9 3.10: python3.10 - 3.11: python3.10,flake8, mypy - 3.12: python3.10,flake8, mypy + 3.11: python3.11 + 3.12: python3.12 [testenv] setenv =