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

Is 22.0 possible? #1750

Closed
daveisfera opened this issue Dec 1, 2022 · 5 comments
Closed

Is 22.0 possible? #1750

daveisfera opened this issue Dec 1, 2022 · 5 comments
Labels
question User question

Comments

@daveisfera
Copy link

The minimum version of pip was increased to 22.2, but is 22.0 possible? I ask because the official image for Python 3.9 is using 22.0 and that prevents upgrading.

@atugushev
Copy link
Member

See versions and compatibility.

@atugushev atugushev added the question User question label Dec 1, 2022
@daveisfera
Copy link
Author

Yes, I saw the version increase, but I'm asking if it's a hard requirement. I only see 1 case that mentioned 22.1 and could that one case be kept or something changed to allow support of 22.0?

@atugushev
Copy link
Member

atugushev commented Dec 1, 2022

It's not hard to support pip-22.0 version per se. However, conventionally pip-tools supports only the last two major pip versions to reduce maintenance burden and CI time. We occasionally bump the minimum version of pip from time to time using this convention. If someone needs older pip versions they should use a compatible pip-tools version.

See #926.

@daveisfera
Copy link
Author

I'm grateful for pip-tools and definitely understand that and if it's the way it has to be, then I'm ok with that, but if the supported versions of pip could align with the life cycle of Python itself, then that would be great

@atugushev
Copy link
Member

I'll close this based on the above. Thanks for the understanding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question User question
Projects
None yet
Development

No branches or pull requests

2 participants