Skip to content

Commit 3ebae35

Browse files
Merge pull request #9045 from ThomasWaldmann/fix-9042-setuptools-min
build: require setuptools>=78.1.1 (fixes #9042)
2 parents 46d139d + 16e7039 commit 3ebae35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ where = ["src"]
7070
"*" = ["*.c", "*.h", "*.pyx"]
7171

7272
[build-system]
73-
requires = ["setuptools>=77.0.0", "wheel", "pkgconfig", "Cython>=3.0.3", "setuptools_scm[toml]>=6.2"]
73+
requires = ["setuptools>=78.1.1", "wheel", "pkgconfig", "Cython>=3.0.3", "setuptools_scm[toml]>=6.2"]
7474
build-backend = "setuptools.build_meta"
7575

7676
[tool.setuptools_scm]

requirements.d/development.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
setuptools >=77.0.0
1+
setuptools >=78.1.1
22
setuptools_scm
33
pip !=24.2
44
wheel

0 commit comments

Comments
 (0)