From b127767fb0165b7d3663fd7fbbd7ba0f71387dd3 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Fri, 9 Jun 2023 15:26:40 -0400 Subject: [PATCH] PEP 715: clarify which types are still supported (#3168) --- pep-0715.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pep-0715.rst b/pep-0715.rst index 43f6e7ab6..c63c52540 100644 --- a/pep-0715.rst +++ b/pep-0715.rst @@ -20,7 +20,10 @@ This PEP recommends deprecating and then disabling new uploads of the deprecating and then disabling new uploads of distribution filenames that have the ``.egg`` suffix. -It does not recommend removing or otherwise affecting any previously +After this PEP, PyPI will only accept new uploads of the ``sdist`` +and ``bdist_wheel`` types. + +This PEP does not recommend removing or otherwise affecting any previously uploaded ``bdist_egg`` distributions or files with the ``.egg`` suffix. Rationale