From b9716dbe030caedc4a29ce5d6746670d2f76f52a Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 30 Aug 2026 13:47:04 +0300 Subject: [PATCH] Allow flit_core 4.x Verified that the package builds successfully with new flit_core. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06278b6..4d5b97c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ default-groups = ["dev"] exclude-newer = "1 week" [build-system] -requires = ["flit_core<4"] +requires = ["flit_core<5"] build-backend = "flit_core.buildapi" [tool.flit.sdist]