Skip to content

Commit 166a241

Browse files
beckermrxhochy
andauthored
Update news/2024-08-21-sunsetting-pip-deps.md
Co-authored-by: Uwe L. Korn <[email protected]>
1 parent f022603 commit 166a241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

news/2024-08-21-sunsetting-pip-deps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Removing `wheel` and `setuptools` as Dependencies for `pip`
22

3-
Starting with Python 3.13, `pip` on Python 3.13 will no longer have `setuptools` and `wheel` as dependencies
3+
Starting with Python 3.13, `pip` will no longer have `setuptools` and `wheel` as dependencies
44
by default. While this default made sense at the time `conda-forge` was started (over 8 years ago!),
55
with the advent of Python packaging build backends (e.g., `flit`, `poetry`, `hatchling`, etc.),
66
this default is no longer correct. Instead, you will need to specify `wheel` and/or `setuptools` explicitly in the `host`

0 commit comments

Comments
 (0)