From 7f83c16e4b48c6a788127a6ccc3d528cca3bc666 Mon Sep 17 00:00:00 2001 From: Matthew McLaughlin Date: Thu, 5 Sep 2024 16:40:25 -0700 Subject: [PATCH] fix matrix --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 035e180..c4a8193 100644 --- a/tox.ini +++ b/tox.ini @@ -5,9 +5,9 @@ envlist = [gh-actions] python = - 3.10: lint, py-base, py-s3 - 3.11: lint, py-base, py-s3 - 3.12: lint, py-base, py-s3 + 3.10: lint, py + 3.11: lint, py + 3.12: lint, py [testenv] usedevelop = True