File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# https://github.com/zopefoundation/meta/tree/master/config/buildout-recipe
33[meta ]
44template = " buildout-recipe"
5- commit-id = " d422585d "
5+ commit-id = " e1995c20 "
66
77[python ]
88with-pypy = true
Original file line number Diff line number Diff line change 33
44[build-system ]
55requires = [
6- " setuptools <= 75.6.0 " ,
6+ " setuptools == 75.8.2 " ,
77 " wheel" ,
88]
99build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ envlist =
1616[testenv]
1717usedevelop = true
1818deps =
19- setuptools <= 75.6.0
19+ setuptools == 75.8.2
2020setenv =
2121 ZOPE_INTERFACE_STRICT_IRO =1
2222commands =
@@ -34,7 +34,7 @@ description = ensure that the distribution is ready to release
3434basepython = python3
3535skip_install = true
3636deps =
37- setuptools <= 75.6.0
37+ setuptools == 75.8.2
3838 wheel
3939 twine
4040 build
You can’t perform that action at this time.
0 commit comments