From b39f9125ca1b3f51633cab2272f1141aec08bdff Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Tue, 3 Feb 2026 17:16:35 +0100 Subject: [PATCH] Update hatchling requirement version in pyproject.toml Otherwise it errors over two things: * 3.14 classifier * `license-files = [...]` support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48a09af..203febc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling", "hatch-vcs"] +requires = ["hatchling>=1.26", "hatch-vcs"] build-backend = "hatchling.build" [tool.hatch.version]