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 authored May 28, 2023
1 parent 7669b86 commit d67fa0b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d67fa0b

Please sign in to comment.