From ca0d6879e637ff4a49b58789294af1dd1266b72f Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Mon, 2 Sep 2024 08:56:34 +0200 Subject: [PATCH] Update to zc.buildout 3.1.0 (#1227) We cannot use the current setuptools version, due to a problem in cffi. --------- Co-authored-by: Jens Vagelpohl --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 0edbc014fc..495aae31f0 100644 --- a/tox.ini +++ b/tox.ini @@ -17,8 +17,8 @@ envlist = [testenv] skip_install = true deps = - setuptools < 69 - zc.buildout >= 3.0.1 + setuptools < 74 + zc.buildout >= 3.1 wheel > 0.37 cffi >= 1.17.0rc1 # The universal2 environment is for Python on macOS built with