Skip to content

Commit d67fa0b

Browse files
authored
pyproject.toml: Upgrade setuptools for Python 3.12 beta 1
Related to numpy#23808 https://www.python.org/download/pre-releases https://docs.python.org/3.12/whatsnew/3.12.html
1 parent 7669b86 commit d67fa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#build-backend = "mesonpy"
55
requires = [
66
# setuptools, wheel and Cython are needed for the setup.py based build
7-
"setuptools==59.2.0",
7+
"setuptools==67.8.0",
88
# `wheel` is needed for non-isolated builds, given that `meson-python`
99
# doesn't list it as a runtime requirement (at least in 0.11.0) - it's
1010
# likely to be removed as a dependency in meson-python 0.12.0.

0 commit comments

Comments
 (0)