From: Bob Halley Date: Fri, 12 Jan 2024 22:26:44 +0000 (-0800) Subject: bump hatchling minimum version for official 3.12 support X-Git-Tag: v2.5.0~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e9cd03be3a6fa58bd705aa7c610c6e8cede2f4d;p=thirdparty%2Fdnspython.git bump hatchling minimum version for official 3.12 support (cherry picked from commit be4ca2b96c15f4edf165514f87394744e44cdbc5) --- diff --git a/pyproject.toml b/pyproject.toml index fb652f28..6b9d8cc4 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]