Skip to content
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

Documentation request: pip version status (especially EOL status) #11549

Closed
1 task done
hollabaq86 opened this issue Oct 26, 2022 · 4 comments
Closed
1 task done

Documentation request: pip version status (especially EOL status) #11549

hollabaq86 opened this issue Oct 26, 2022 · 4 comments
Labels
state: awaiting PR Feature discussed, PR is needed type: docs Documentation related

Comments

@hollabaq86
Copy link
Contributor

What's the problem this feature will solve?

As maintainers of a fairly used library, we try to stay up-to-date with language version support. However, for some issues we receive, we need to be mindful of versioned support for other widely used libraries as dependencies, such as pip.

I noticed the docs have a deprecation policy and release notes. I thought it might be beneficial to add a table showing the maintenance/support status of major versions of pip (or a more general policy to follow) so that folks know when support for older versions is dropped for good.

There is mention of python versions being supported until its usage falls below 5%, is this the same policy for pip versions?

Describe the solution you'd like

Updated documentation to make more clear how the community supports historic versions of pip, if they choose to do this.

Alternative Solutions

If I'm missing something obvious in the code that provides this info please chide me and point that out!

Additional context

Thanks for your time!

Code of Conduct

@hollabaq86 hollabaq86 added S: needs triage Issues/PRs that need to be triaged type: feature request Request for a new feature labels Oct 26, 2022
@pfmoore
Copy link
Member

pfmoore commented Oct 26, 2022

We only support the latest version of pip. Is that what you meant?

@hollabaq86
Copy link
Contributor Author

Yes that is! Super helpful to know, thanks!

@pfmoore
Copy link
Member

pfmoore commented Oct 26, 2022

If you think it's worth adding this to the docs, a PR would be welcomed 🙂

@pradyunsg pradyunsg added type: docs Documentation related state: awaiting PR Feature discussed, PR is needed and removed type: feature request Request for a new feature S: needs triage Issues/PRs that need to be triaged labels Oct 27, 2022
hollabaq86 added a commit to hollabaq86/pip that referenced this issue Oct 27, 2022
# Why
------------------------------------------------------
Since pip is a widely used library by the python community, it would be nice to have some formal documentation out there making clear what versions are supported.

# What these changes do
-----------------------------------------------------
Adds a section to the release-process page titled Supported Versions, along with language making clear that the latest major version of pip is the only supported version. It also encourages folks make regular updates.

See also:
GH issue 11549, pypa#11549
@hollabaq86
Copy link
Contributor Author

done and done! #11556

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
state: awaiting PR Feature discussed, PR is needed type: docs Documentation related
Projects
None yet
Development

No branches or pull requests

3 participants