From 9070323bf91bc636683ac08b132e5dd328226953 Mon Sep 17 00:00:00 2001 From: Blair Lyons Date: Thu, 21 Dec 2023 15:30:11 -0800 Subject: [PATCH] try setuptools==60 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b5f95f..d8b4643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # package build # https://peps.python.org/pep-0517/ [build-system] -requires = ["setuptools==65", "wheel", "setuptools_scm[toml]>=6.2"] +requires = ["setuptools==60", "wheel", "setuptools_scm[toml]>=6.2"] build-backend = "setuptools.build_meta" [tool.setuptools_scm]