From b96d39a6edc76a1353c409b519b8ef773064396f Mon Sep 17 00:00:00 2001 From: roshii Date: Thu, 27 Jul 2023 21:39:50 +0200 Subject: [PATCH] Require setuptools>=64, python>=3.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a8fbc8b9..cd028f896 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "wheel"] +requires = ["setuptools>=64", "wheel"] build-backend = "setuptools.build_meta" [project]