-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary code paths for 3.9+ (follow up on
skeleton
chang…
…es) (#4718)
- Loading branch information
Showing
62 changed files
with
13 additions
and
3,015 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Require Python 3.9 or later. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Remove dependency on ``importlib_resources`` | ||
and the vendored copy of the library. | ||
Instead, ``setuptools`` consistently rely on stdlib's ``importlib.resources`` | ||
(available on Python 3.9+). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Setuptools' ``bdist_wheel`` implementation no longer produces wheels with | ||
the ``m`` SOABI flag (pymalloc-related). | ||
This flag was removed on Python 3.8+ (see :obj:`sys.abiflags`). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
setuptools/_vendor/importlib_resources-6.4.0.dist-info/INSTALLER
This file was deleted.
Oops, something went wrong.
202 changes: 0 additions & 202 deletions
202
setuptools/_vendor/importlib_resources-6.4.0.dist-info/LICENSE
This file was deleted.
Oops, something went wrong.
100 changes: 0 additions & 100 deletions
100
setuptools/_vendor/importlib_resources-6.4.0.dist-info/METADATA
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.