From 823cdb42d81c5392a9c9014801f2de2d644ca316 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 13 Apr 2025 12:15:10 +0200 Subject: [PATCH] Bump setuptools requirement for PEP 639 support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26ebae4ef..9710de837 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>61", "cython>=3.1.0a1,<4"] +requires = ["setuptools>=77.0", "cython>=3.1.0a1,<4"] [project] name = "av"