Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/toolkit
[meta]
template = "toolkit"
commit-id = "7e7d00d8"
commit-id = "891c33f9"

[python]
with-sphinx-doctests = false
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[build-system]
requires = [
"setuptools <= 75.8.2",
"setuptools <= 75.6.0",
]
build-backend = "setuptools.build_meta"

Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ envlist =
[testenv]
skip_install = true
deps =
setuptools <= 75.8.2
zc.buildout >= 4.1.3
setuptools <= 75.6.0
zc.buildout < 4.1
wheel > 0.37
setenv =
zope_i18n_compile_mo_files=True
Expand All @@ -36,15 +36,15 @@ commands =
basepython = python3
deps =
git+https://github.com/pypa/setuptools.git\#egg=setuptools
zc.buildout >= 4.1.3
zc.buildout < 4.1
wheel > 0.37

[testenv:release-check]
description = ensure that the distribution is ready to release
basepython = python3
skip_install = true
deps =
setuptools <= 75.8.2
setuptools <= 75.6.0
twine
build
check-manifest
Expand Down