From 6c61cc292647de83bad569721c94da343612de6b Mon Sep 17 00:00:00 2001 From: Lars Falk-Petersen Date: Fri, 11 Oct 2024 15:08:04 +0200 Subject: [PATCH] Add py313 test --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e22d187..ebdf7cb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = unittest, format, prospector, bandit, py{311,312}, markdown +envlist = unittest, format, prospector, bandit, py{311,312,313}, markdown # Tell tox to not require a setup.py file skipsdist = True @@ -43,7 +43,7 @@ commands = ruff format {toxinidir}/sedr [testenv:mypy] ignore_outcome = true -description = TODO: Check typing +description = Check typing TODO deps = -r{toxinidir}/requirements.txt -r{toxinidir}/requirements-dev.txt