File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22# https://github.com/zopefoundation/meta/tree/master/config/toolkit
33[meta ]
44template = " toolkit"
5- commit-id = " 7e7d00d8 "
5+ commit-id = " 891c33f9 "
66
77[python ]
88with-sphinx-doctests = false
Original file line number Diff line number Diff line change 44
55[build-system ]
66requires = [
7- " setuptools <= 75.8.2 " ,
7+ " setuptools <= 75.6.0 " ,
88]
99build-backend = " setuptools.build_meta"
1010
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ envlist =
1616[testenv]
1717skip_install = true
1818deps =
19- setuptools <= 75.8.2
20- zc.buildout >= 4.1.3
19+ setuptools <= 75.6.0
20+ zc.buildout < 4.1
2121 wheel > 0.37
2222setenv =
2323 zope_i18n_compile_mo_files =True
@@ -36,15 +36,15 @@ commands =
3636basepython = python3
3737deps =
3838 git+https://github.com/pypa/setuptools.git\# egg=setuptools
39- zc.buildout >= 4.1.3
39+ zc.buildout < 4.1
4040 wheel > 0.37
4141
4242[testenv:release-check]
4343description = ensure that the distribution is ready to release
4444basepython = python3
4545skip_install = true
4646deps =
47- setuptools <= 75.8.2
47+ setuptools <= 75.6.0
4848 twine
4949 build
5050 check-manifest
You can’t perform that action at this time.
0 commit comments