blob: bf2774f54356b1ef6e54b3b6d758d220555a6794 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,6 +2,6 @@
requires = [
# first version that supports Python 3.12; older versions may work
# with previous Python versions, but are not tested
- "setuptools >= 66.1"
+ "setuptools"
]
build-backend = "setuptools.build_meta"
|