Skip to content

Commit

Permalink
pyproject.toml: Upgrade setuptools for Python 3.12 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed May 28, 2023
1 parent 7669b86 commit 1ee3971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name != 'push'
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "pypy3.9-v7.3.11"]
env:
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-backend = "mesonpy"
requires = [
# setuptools, wheel and Cython are needed for the setup.py based build
"setuptools==59.2.0",
"setuptools==67.8.0",
# `wheel` is needed for non-isolated builds, given that `meson-python`
# doesn't list it as a runtime requirement (at least in 0.11.0) - it's
# likely to be removed as a dependency in meson-python 0.12.0.
Expand Down
2 changes: 1 addition & 1 deletion tools/travis-before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gcc --version

popd

pip install --upgrade pip 'setuptools<49.2.0' wheel
pip install --upgrade pip setuptools wheel

# 'setuptools', 'wheel' and 'cython' are build dependencies. This information
# is stored in pyproject.toml, but there is not yet a standard way to install
Expand Down

0 comments on commit 1ee3971

Please sign in to comment.