From 343a4489ba0f9258a2f7e7c1b3b4b8d6e75fffc2 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Fri, 6 Sep 2024 17:00:11 -0700 Subject: [PATCH] Specify build system dep versions --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13e7758..5e77e5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,8 @@ [build-system] requires = [ - "setuptools", - "wheel", + "setuptools>=38.6.0", + "wheel>=0.31.0", + "twine>=1.11.0" ] build-backend = "build" backend-path = ["src/ppbt"]