From 61c03be88dd5556ed3b2a5276a21b9ee7e62af37 Mon Sep 17 00:00:00 2001 From: Bzero Date: Wed, 22 Jul 2026 01:44:40 +0200 Subject: [PATCH] Allow flit 4. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5941b74..fcbcba0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Repository = "https://github.com/Bzero/typstwriter" typstwriter = "typstwriter.typstwriter:main" [build-system] -requires = ["flit_core >=3.2,<4"] +requires = ["flit_core >=3.2,<5"] build-backend = "flit_core.buildapi" [tool.ruff]