blob: bf2774f54356b1ef6e54b3b6d758d220555a6794 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/pyproject.toml
2+++ b/pyproject.toml
3@@ -2,6 +2,6 @@
4 requires = [
5 # first version that supports Python 3.12; older versions may work
6 # with previous Python versions, but are not tested
7- "setuptools >= 66.1"
8+ "setuptools"
9 ]
10 build-backend = "setuptools.build_meta"