From 3f7a0ad9194ee1cff56db740a5c6778d4c4bca58 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Sat, 6 Sep 2025 18:28:29 -0700 Subject: [PATCH] Update setup.cfg Signed-off-by: Alex Forencich --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index d37b4bc..8871725 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,18 +47,19 @@ addopts = # tox configuration [tox:tox] -envlist = py37, py38, py39, py310 +envlist = py38, py39, py310, py311, py312, py313 skip_missing_interpreters = true minversion = 3.18.0 requires = virtualenv >= 16.1 [gh-actions] python = - 3.7: py37 3.8: py38 3.9: py39 3.10: py310 3.11: py311 + 3.12: py312 + 3.13: py313 [testenv] setenv =