From 58b9fb4f1d0741929369a0f97e771aa45007baa8 Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Sun, 17 Mar 2024 14:07:35 +0100 Subject: [PATCH] Allow setuptools compatible with Python 3.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4f3aa4..02a8ff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] build-backend = "setuptools.build_meta" requires = [ - "setuptools>=69", + "setuptools>=68", ] [project]