diff --git a/pyproject.toml b/pyproject.toml index 203cbf8..4bb7748 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ [build-system] requires = [ - "setuptools>=62", # Used to build and package the Python project + "setuptools>=82.0.1", # Used to build and package the Python project "setuptools_scm>=6.2", # Gets release version from git. Makes it available programmatically ] build-backend = "setuptools.build_meta"