This is an automated email from the ASF dual-hosted git repository.

akitouni pushed a commit to branch abderrahim/setuptools
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit fbf87239b1bf937625ca6db450e8dfac410471e4
Author: Abderrahim Kitouni <[email protected]>
AuthorDate: Sun May 4 16:11:29 2025 +0100

    Upgrade setuptools version
---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index afc4674f8..7c6008b57 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,8 +13,8 @@
 #
 [build-system]
 requires = [
-    # We need at least version 36.6.0 that introduced "build_meta"
-    "setuptools>=36.6.0",
+    # We need at least version 41.2.0 to support python 3.9
+    "setuptools>=41.2.0",
     # In order to build wheels, and as required by PEP 517
     "wheel",
     # Require a new enough cython for the python versions we support

Reply via email to