]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
lower setuptools lower bound to suit python 2.7
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Jun 2024 16:26:10 +0000 (12:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Jun 2024 16:26:10 +0000 (12:26 -0400)
looks like 44.x is the latest for 2.7.

not sure how this passed on CI when we had it at 60?

Change-Id: I9d351ef855de9d84482c458f22118b4f7b40f763

pyproject.toml

index fb4c8e64ca5fcf668cbabeb56dc77cea684d35aa..891120ab7e0d296b6e4d8e3292b774f68af2c00c 100644 (file)
@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
 requires = [
     # avoid moving to https://github.com/pypa/setuptools/issues/3593
     # until we're ready
-    "setuptools>=61.0,<69.3",
+    "setuptools>=44,<69.3",
 ]
 
 [tool.black]