Skip to content

Commit 90c9582

Browse files
committed
workaround for #8439
Signed-off-by: YunLiu <[email protected]>
1 parent b58e883 commit 90c9582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Requirements for minimal tests
22
-r requirements.txt
33
setuptools>=50.3.0,<66.0.0,!=60.6.0 ; python_version < "3.12"
4-
setuptools>=70.2.0; python_version >= "3.12"
4+
setuptools>=70.2.0,<=79.0.1; python_version >= "3.12"
55
coverage>=5.5
66
parameterized
77
packaging

0 commit comments

Comments
 (0)