Skip to content

Commit

Permalink
Require setuptools 42 or later to build Bork
Browse files Browse the repository at this point in the history
Older versions are buggy on macOS; see pypa/build#108
  • Loading branch information
nbraud committed Jan 1, 2021
1 parent 9e3efc1 commit cd95def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ macOS_task:
- pyenv install ${PYTHON}
- pyenv global ${PYTHON}
- pyenv rehash
- pip install -U --upgrade-strategy eager pip 'setuptools>42'
- pip install -e .[testing]
script:
- python3 --version
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
# Specify the required build system.
requires = ["setuptools", "wheel"]
requires = ["setuptools > 42", "wheel"]
build-backend = "setuptools.build_meta"

[tool.bork]
Expand Down

0 comments on commit cd95def

Please sign in to comment.