b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- 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" |