-
Notifications
You must be signed in to change notification settings - Fork 739
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
uv pip compile --universal
resolves to wrong python_full_version
specifier on python3.8
#6412
Comments
charliermarsh
added
bug
Something isn't working
resolver
Related to the package resolver
labels
Aug 22, 2024
Ok, I've confirmed this is fixed by #6268 -- sorry about that! |
\cc @BurntSushi |
BurntSushi
added a commit
that referenced
this issue
Sep 3, 2024
The `tomli` dependency is now included for `python_version <= 3.11`, which is what is expected. Fixes #6412
BurntSushi
added a commit
that referenced
this issue
Sep 3, 2024
The `tomli` dependency is now included for `python_version <= 3.11`, which is what is expected. Fixes #6412
BurntSushi
added a commit
that referenced
this issue
Sep 3, 2024
The `tomli` dependency is now included for `python_version <= 3.11`, which is what is expected. Fixes #6412
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Happens with uv version
0.3.1
on aUbuntu 20.04.6 LTS x86_64
machine.Steps to reproduce.
requirements.in
For which the third to last entry (
tomli
) is wrong:converage
needs tomli for python < 3.11.Running the same uv binary in a python3.9 virtualenv however, generates the correct python specifier:
Also, running it without the
--universal
flag generates a correct requirements.txt:This may be related to #6269.
The text was updated successfully, but these errors were encountered: