From 6c558421e258e4bb1db8cde07782a344285f4bdf Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 7 Feb 2024 18:40:05 +0000 Subject: [PATCH] py12 env added to tox --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7fa7bd7..fbfedd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ all = "scripts:test_all" [tool.tox] legacy_tox_ini = """ [tox] -envlist = py310,py311 +envlist = py310,py311,py312 [testenv] allowlist_externals = poetry