From 7b53b7b23b7a73320e6cf20ed1c6c8c801c6282c Mon Sep 17 00:00:00 2001
From: roll <eskarev@gmail.com>
Date: Tue, 16 Apr 2024 14:54:34 +0100
Subject: [PATCH] Added py3.11/12 to hatch

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 29b045a..b211bd4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -129,7 +129,7 @@ version = [
 ]
 
 [[tool.hatch.envs.ci.matrix]]
-python = ["3.8", "3.9", "3.10"]
+python = ["3.8", "3.9", "3.10", "3.11", "3.12"]
 
 [tool.hatch.envs.ci.scripts]
 spec = [