From 3449dcb53f43e5956ccc7662bb5b7d76bc6ef36b Mon Sep 17 00:00:00 2001 From: Pedro Kiefer Date: Fri, 25 Nov 2022 11:30:09 -0300 Subject: [PATCH] chore: python 3.6 needs setuptools 59.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ca71be..33155c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=61.2"] +requires = ["setuptools>=59.6.0"] build-backend = "setuptools.build_meta" [project]