From 5e9cd03be3a6fa58bd705aa7c610c6e8cede2f4d Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 12 Jan 2024 14:26:44 -0800 Subject: [PATCH] bump hatchling minimum version for official 3.12 support (cherry picked from commit be4ca2b96c15f4edf165514f87394744e44cdbc5) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb652f287..6b9d8cc45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.17.0"] +requires = ["hatchling>=1.21.0"] build-backend = "hatchling.build" [project]