From fe00b16fadaa0380808eb479df0d7a3eccf96a08 Mon Sep 17 00:00:00 2001 From: Matthew McLaughlin Date: Thu, 5 Sep 2024 16:43:36 -0700 Subject: [PATCH] fix matrix 2 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index c4a8193..6b31f3e 100644 --- a/tox.ini +++ b/tox.ini @@ -5,9 +5,9 @@ envlist = [gh-actions] python = - 3.10: lint, py - 3.11: lint, py - 3.12: lint, py + 3.10: lint, py310 + 3.11: lint, py311 + 3.12: lint, py312 [testenv] usedevelop = True