Skip to content

Commit 3893bfa

Browse files
committed
Re-target to Python 3.14, optimistically
1 parent 117338d commit 3893bfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

peps/pep-0784.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Author: Emma Harper Smith <emma@python.org>
44
Sponsor: Gregory P. Smith <greg@krypto.org>
55
Status: Draft
66
Type: Standards Track
7-
Created: 04-Apr-2025
8-
Python-Version: 3.15
7+
Created: 06-Apr-2025
8+
Python-Version: 3.14
99

1010
Abstract
1111
========
@@ -212,7 +212,7 @@ Backwards Compatibility
212212

213213
The main compatibility concern is usage of existing standard library
214214
compression APIs with the existing import names. These names will be
215-
deprecated, and will be removed in 3.25. Given the long deprecation period,
215+
deprecated, and will be removed in 3.24. Given the long deprecation period,
216216
most users will likely migrate to the new import names well before then.
217217
Additionally, a libCST codemod can be provided to automatically rewrite
218218
imports, easing the migration.
@@ -271,7 +271,7 @@ Should we keep old compression imports?
271271

272272
It would be confusing to indefinitely have ``lzma`` and ``compression.lzma``
273273
simultaneously. Ideally, ``import lzma`` should emit a deprecation for a future
274-
Python version (maybe 3.25?). But should that deprecation exist indefinitely?
274+
Python version (maybe 3.24?). But should that deprecation exist indefinitely?
275275
Should the old import names (e.g. ``import lzma``) eventually be removed? If
276276
so, at which version?
277277

0 commit comments

Comments
 (0)