Update setup.cfg

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2025-09-06 18:28:29 -07:00
parent b0c3671ca0
commit 3f7a0ad919

View File

@@ -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 =