From 98f78331ee9d285c34894fd21b0362389dac068f Mon Sep 17 00:00:00 2001 From: Antelox Date: Fri, 7 Mar 2025 11:40:43 +0100 Subject: [PATCH] CI(full), CI(release): Remove pinning Author: Antelox --- bindings/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index e897e289..ee5c81a2 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=64", "build", "wheel", "setuptools-scm>=8"] +requires = ["setuptools>=64", "build", "wheel", "setuptools-scm"] build-backend = "setuptools.build_meta" [project]