Skip to content

Commit

Permalink
- additional build dependencies should be covered by pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Mar 4, 2025
1 parent 605d29f commit 4c7364c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ jobs:
run: |
pip install -U pip
pip install -U "setuptools <= 75.6.0" wheel twine
pip install -U zope.proxy
- name: Build zope.security (macOS x86_64)
if: >
Expand Down
7 changes: 2 additions & 5 deletions .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/c-code
[meta]
template = "c-code"
commit-id = "3c1c588c"
commit-id = "2d8bba0c"

[python]
with-windows = true
Expand Down Expand Up @@ -53,9 +53,6 @@ additional-config = [

[github-actions]
additional-config = [
"- [\"3.8\", \"py39-watch\"]",
"- [\"3.9\", \"py39-watch\"]",
"- [\"3.13\", \"py313-watch\"]",
]
additional-build-dependencies = [
"zope.proxy",
]
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[build-system]
requires = [
"setuptools <= 75.6.0",
"zope.proxy",
]
build-backend = "setuptools.build_meta"

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ basepython = python3
skip_install = true
deps =
setuptools <= 75.6.0
zope.proxy
twine
build
check-manifest
Expand Down

0 comments on commit 4c7364c

Please sign in to comment.