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.6.0rc1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be4ca2b96c15f4edf165514f87394744e44cdbc5;p=thirdparty%2Fdnspython.git bump hatchling minimum version for official 3.12 support --- 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]