Lint: Update outdated Python-Version on still-Draft PEPs #2756
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Now that Python 3.11 is in its RC phase, the still-Draft PEPs targeting it or an earlier version can't make the cut, so I've checked each PEP carefully, as well as their associated discussion threads and the Steering Council repo, and bumped/dropped their
Python-Version
s accordingly.Authors, please either let us know that a version bump is okay, or otherwise let us know what you'd like to do about your PEP (e.g. a later target version, removing the version entirely and Deferring/Withdrawing it, etc.); I'll leave this open for ≈two weeks, unless we hear from everyone before then, to ensure everyone has a chance to see this. Thanks!
Two PEPs were exceptions to just bumping the version:
PEP 603 (PEP-603) appears to be inactive, as there haven't been meaningful changes or much discussion activity for several years. @1st1 , I haven't done that here (I just dropped the outdatedPython-Version
header for now, which still read3.9
), but do you mind if we at least mark it Deferred, would you like to formally Withdraw it, or would you rather it be updated to retarget 3.12?@1st1 responded on the PEP's discussion thread; I'll just leave things as they are for now (just dropping the version), unless @pablogsal wants to take over and updates the PEP, in which case I can drop the changes here.
PEP 674 (PEP-674) appears to have been not accepted in its current form, with changes requested. @vstinner how would you like to move forward here? Target it on 3.12? 3.14? Mark it as Deferred? Something else? For now I just dropped the outdated header and left everything else as it is.
Also, I marked the two latest release PEPs as Active rather than Draft, since they are Informational PEPs and each of their formal release cycles has been going on for quite some time now, and opportunistically added a few missing
Discussions-To
that I found in the course of my research on each PR.Originally discussed in #2755 (comment)