Skip to content

Commit 0fe2e06

Browse files
committed
Add news fragments
1 parent 35dec48 commit 0fe2e06

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

newsfragments/4718.feature.1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Require Python 3.9 or later.

newsfragments/4718.feature.2.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Remove dependency on ``importlib_resources``
2+
and the vendored copy of the library.
3+
Instead, ``setuptools`` consistently rely on stdlib's ``importlib.resources``
4+
(available on Python 3.9+).

newsfragments/4718.feature.3.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Setuptools' ``bdist_wheel`` implementation no longer produces wheels with
2+
the ``m`` SOABI flag (pymalloc-related).
3+
This flag was removed on Python 3.8+ (see :obj:`sys.abiflags`).

0 commit comments

Comments
 (0)