Skip to content

Commit

Permalink
Add news fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Nov 4, 2024
1 parent 35dec48 commit 0fe2e06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/4718.feature.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Require Python 3.9 or later.
4 changes: 4 additions & 0 deletions newsfragments/4718.feature.2.rst
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+).
3 changes: 3 additions & 0 deletions newsfragments/4718.feature.3.rst
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`).

0 comments on commit 0fe2e06

Please sign in to comment.