Bump setuptools to 71.0.* (#12381)

This commit is contained in:
Avasam
2024-07-21 07:09:27 -04:00
committed by GitHub
parent aae471feff
commit 1b560bbf6a
6 changed files with 13 additions and 60 deletions

View File

@@ -123,11 +123,8 @@ setuptools._distutils.zosccompiler
# Reexported from setuptools._distutils; problems should be fixed there
distutils\..+
# Private APIs
setuptools\.config\._validate_pyproject.*
# Private APIs, tests and other vendored code
setuptools.config._validate_pyproject.*
setuptools.command.build_py.build_py.existing_egg_info_dir
# Other vendored code
pkg_resources\._vendor.*
setuptools\._distutils\._vendor.*
setuptools\._vendor.*
.+?\.tests.*
.+?\._vendor.*