From ff068a1d162280500725210f59def4d98e0577db Mon Sep 17 00:00:00 2001 From: slush Date: Wed, 4 Dec 2024 09:31:11 -0600 Subject: [PATCH] chore: update setup tools version to newest (#90) --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2bf6ab2..c7be5cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=51.1.1", "wheel", "setuptools_scm[toml]>=5.0,<8"] +requires = ["setuptools>=75.6.0", "wheel", "setuptools_scm[toml]>=5.0"] [tool.mypy] exclude = "build/" diff --git a/setup.py b/setup.py index 69027c0..ca9519d 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "sphinx-ape", ], "release": [ # `release` GitHub Action job uses this - "setuptools", # Installation tool + "setuptools>=75.6.0", # Installation tool "wheel", # Packaging tool "twine", # Package upload tool ],