Skip to content

Commit

Permalink
Update to zc.buildout 3.1.0 (#1227)
Browse files Browse the repository at this point in the history
We cannot use the current setuptools version, due to a problem in cffi.

---------

Co-authored-by: Jens Vagelpohl <[email protected]>
  • Loading branch information
icemac and dataflake committed Sep 2, 2024
1 parent 1b21489 commit ca0d687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca0d687

Please sign in to comment.