From 7614cdfe4a9d68ea0edcc56f9474ef33106cb30b Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 21 Feb 2024 14:15:40 +0000 Subject: [PATCH] add py12 to test matrix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 287fdf5..2af55b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,4 +51,4 @@ dependencies = [ run = 'pytest -v' [[tool.hatch.envs.test.matrix]] -python = ["39", "310", "311"] +python = ["39", "310", "311", "312"]