diff --git a/.meta.toml b/.meta.toml index 7c5b7b9370..6744319fa8 100644 --- a/.meta.toml +++ b/.meta.toml @@ -2,7 +2,7 @@ # https://github.com/zopefoundation/meta/tree/master/config/zope-product [meta] template = "zope-product" -commit-id = "15e6a5a9" +commit-id = "a085e159" [python] with-pypy = false diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000000..129db76232 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +# Generated from: +# https://github.com/zopefoundation/meta/tree/master/config/zope-product +[build-system] +build-backend = "setuptools.build_meta" +requires = ["setuptools<74"] diff --git a/tox.ini b/tox.ini index 495aae31f0..430144b315 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ envlist = [testenv] skip_install = true deps = - setuptools < 74 + setuptools <74 zc.buildout >= 3.1 wheel > 0.37 cffi >= 1.17.0rc1