-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Python Support Policy #12529
Merged
Merged
Update Python Support Policy #12529
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -93,8 +93,13 @@ issues by pip's maintainers. | |||||
Python Support Policy | ||||||
--------------------- | ||||||
|
||||||
In general, a given Python version is supported until its usage on PyPI falls below 5%. | ||||||
This is at the maintainers' discretion, in case extraordinary circumstances arise. | ||||||
pip supports `CPython versions that are not end-of-life`_. Older versions of CPython may | ||||||
be supported at the discretion of pip maintainers (based on criteria such as download | ||||||
statistics on PyPI, Python versions supported by the vendored dependencies and | ||||||
maintenance burden). | ||||||
|
||||||
pip maintainers accept pull requests to support other Python implementations, but the | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
pip CI does not test for compatibility with them. | ||||||
|
||||||
.. _`Feature Flags`: | ||||||
|
||||||
|
@@ -196,3 +201,4 @@ for creating a new release can be used, simply changing the version number. | |||||
.. _`get-pip repository`: https://github.com/pypa/get-pip | ||||||
.. _`psf-salt repository`: https://github.com/python/psf-salt | ||||||
.. _`CPython`: https://github.com/python/cpython | ||||||
.. _`CPython versions that are not end-of-life`: https://devguide.python.org/versions/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The Python Support Policy has been updated. |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nit - I don't think we have a policy that "pip" is always in lower case? Certainly, I don't follow this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I actually followed the pattern of the previous section which started the sentence with a lower case pip.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, apparently there is even a written tentative convention to always write pip lower case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty sure I added "tentative" there because Paul and I had a disagreement about this. 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol yeah, I recall now. I find "all lowercase" conventions to be awkward and (to be blunt) a little pretentious. If "pip" is a proper noun, it should either be capitalised all the time, as
Pip
(like place and person names), or capitalised like any other noun, at the start of a sentence but not otherwise (which is what I prefer). If it's an acronym ("pip installs packages") it should be all-caps ("PIP"), but I don't think that anyone sees it that way.I'm never going to follow a requirement to lowercase "pip" at the start of a sentence, but I don't care enough to try to force my views on other people, if they prefer to do so.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I promise I have no opinion whatsover about this :) I'll merge as is for consistency because I'm lazy.