From 72b058a1d9074bdc91389007298fa2d0cf6d899a Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 1 Oct 2025 06:02:26 +0200 Subject: [PATCH] Remove 3.8 from tox --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d001f25..4b5c623 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ commands = mypy: mypy tests/typing -[testenv:py3{8,13}-tests] +[testenv:py3{9,13}-tests] description = Run tests and measure coverage. deps = coverage[toml] @@ -41,7 +41,7 @@ commands = [testenv:coverage-report] description = Report coverage over all test runs. skip_install = true -depends = py3{8,13}-tests +depends = py3{9,13}-tests deps = coverage[toml] parallel_show_output = true commands =