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

Feature Request: In universal resolution indicate or provide option for maximum version of Python #6139

Open
notatallshaw opened this issue Aug 16, 2024 · 1 comment

Comments

@notatallshaw
Copy link
Contributor

notatallshaw commented Aug 16, 2024

If I run:

echo "docker" | uv pip compile --universal  --python-version 3.10 --annotation-style line -
Resolved 7 packages in 6ms
# This file was autogenerated by uv via the following command:
#    uv pip compile --universal --python-version 3.10 --annotation-style line -
certifi==2024.7.4         # via requests
charset-normalizer==3.3.2  # via requests
docker==7.1.0
idna==3.7                 # via requests
pywin32==306 ; sys_platform == 'win32'  # via docker
requests==2.32.3          # via docker
urllib3==2.2.2            # via docker, requests

I know this resolution will work for Python 3.10, but it's not clear if the requirements are even technically valid for Python 3.11, or 3.12, or 3.13, etc.

It would be great if I could provide a range of Python versions it needs to be valid for, or at least if uv told me what range it was able to successfully satisfy for.

@notatallshaw
Copy link
Contributor Author

notatallshaw commented Aug 16, 2024

I think this might be a duplicate of #4959, if so please close.

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

No branches or pull requests

1 participant