From 17109872cb116586d20a08aa4e971b3f6a5bb725 Mon Sep 17 00:00:00 2001 From: theonepath Date: Wed, 4 May 2022 21:24:28 +0100 Subject: [PATCH] Updated pyproject.toml Using setuptools>=45.0 due to version limitations with Py3.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aaf01f3..26775f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] - requires = ["setuptools>=42.0", "wheel"] + requires = ["setuptools>=45.0", "wheel"] build-backend = "setuptools.build_meta" [tool.pytest.ini_options]