From 54de9508996d159f77fab1739f47da6eae447f20 Mon Sep 17 00:00:00 2001 From: kku Date: Wed, 28 May 2025 10:05:30 +0200 Subject: [PATCH] Fixed compatibility issue with PEP 639 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68c44e7..5420649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=62.6", "wheel"] +requires = ["setuptools>=77.0.3", "wheel"] build-backend = "setuptools.build_meta" [project]