From fcea0f91ba2042fbcf427f57365c03c3ad419536 Mon Sep 17 00:00:00 2001 From: Richard Lupat Date: Thu, 13 Jul 2023 08:46:43 +1000 Subject: [PATCH] Update min setuptools version to support latest pyprojectoml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cde4b8..cbe11be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ ci = [ "requests_mock", "nose_parameterized", "keyring==21.4.0", - "setuptools", + "setuptools >= 67.8.0", "wheel", "twine", ]