From 7bff2938208ee0f4bdb21e7741a1963b0516a7dc Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Thu, 8 Feb 2024 12:13:30 +0000 Subject: [PATCH] py 12 added to tox envs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5731f35..60e1fb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ all = "scripts:test_all" [tool.tox] legacy_tox_ini = """ [tox] -envlist = py310,py311 +envlist = py310,py311,py312 [testenv] allowlist_externals = poetry