From 60acd928e77575f37114aa96f0439c5ca5103ce5 Mon Sep 17 00:00:00 2001 From: sabonerune <102559104+sabonerune@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:54:03 +0900 Subject: [PATCH] ENH: support python3.12 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3468733..9071b03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ [build-system] requires = [ - "setuptools=66.1.0; python_version>='3.12'", + "setuptools=0.28.0", "cmake", "numpy>=1.25.0; python_version>='3.9'",