From ef75322a765f33e94b667d40f6ce953ad40cc4b6 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Tue, 8 Oct 2024 12:28:29 +0100 Subject: [PATCH] Forgot `310` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a59b1b..979d4d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -159,5 +159,5 @@ legacy_tox_ini = """ pytest-cov [tox] - env_list = py{310,311,312}-{linux,macos,windows} + env_list = py{311,312}-{linux,macos,windows} """