From 35f4f7c05cc21ecc2c86167857e0697c0d8f1730 Mon Sep 17 00:00:00 2001 From: bkbilly Date: Wed, 1 Nov 2023 08:26:08 +0200 Subject: [PATCH] upgrade setuptools and wheel --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab4f53a..3933eec 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools~=62.3", "wheel~=0.37.1"] +requires = ["setuptools~=68.0.0", "wheel~=0.40.0"] build-backend = "setuptools.build_meta" [project]