Skip to content

Commit 810c59c

Browse files
Update setuptools to >=71.0.4 (#9812) (#9824)
(cherry picked from commit 60bd230) Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1 parent 5f19cd5 commit 810c59c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=66.1"]
2+
requires = ["setuptools>=71.0.4"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

requirements_test_min.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pytest-timeout~=2.3
99
towncrier~=23.11
1010
requests
1111
# Voluntary for test purpose, not actually used in prod, see #8904
12-
setuptools==41.6.0
12+
setuptools;python_version>='3.12'

tests/functional/r/recursion/recursion_error_3159.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ def initialize_options(self):
1313
def finalize_options(self):
1414
pass
1515

16-
@staticmethod
17-
def run():
16+
def run(self):
1817
print("Do anything")
1918

2019

0 commit comments

Comments
 (0)