From 5dc9b79bd68d2f7cf0dcf1adfaffd8e07b27c6ba Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 13 Oct 2023 09:37:10 -0700 Subject: Add Python 3.12 to matrix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8c63d5..06e9503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ cov = [ ] [[tool.hatch.envs.all.matrix]] -python = ["3.7", "3.8", "3.9", "3.10", "3.11"] +python = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] [tool.hatch.envs.lint] detached = true -- cgit v1.2.3