From 77d14cf0544dead8aa8c7b0e5889d28f2b9484e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 24 Aug 2026 18:37:46 +0200 Subject: [PATCH] Allow building this package with flit-core 4 The package already uses a [project] table in pyproject.toml, and it is compatible with the latest flit-core release. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed826f81..6dde0165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ # Build system requirements. [build-system] -requires = ["flit_core >=3.11,<4"] +requires = ["flit_core >=3.11,<5"] build-backend = "flit_core.buildapi" # Project metadata