blob: fae4b511f9a794c310759e35eda405e2916d3dcc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- pyproject.toml.orig 2023-09-28 17:43:07 UTC
+++ 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 >= 61"
]
build-backend = "setuptools.build_meta"
|