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

Suggestion when a .python-version file requirement is incompatible with the project #7737

Open
zanieb opened this issue Sep 27, 2024 · 3 comments
Labels
error messages Messaging when something goes wrong good first issue Good for newcomers

Comments

@zanieb
Copy link
Member

zanieb commented Sep 27, 2024

We should suggest changing the pin, right now we just say it's incompatible:

❯ echo "3.9" > .python-version
❯ uv run python
Using CPython 3.9.18
error: The Python request from `.python-version` resolved to Python 3.9.18, which is incompatible with the project's Python requirement: `>=3.12`
@zanieb zanieb added the error messages Messaging when something goes wrong label Sep 27, 2024
@ugochukwu-850
Copy link

This looks simple , would it be a good first issue

@zanieb
Copy link
Member Author

zanieb commented Sep 27, 2024

Probably yes.

@zanieb zanieb added the good first issue Good for newcomers label Sep 27, 2024
@SummerGram
Copy link

SummerGram commented Sep 28, 2024

Actually I asked you the same issue in the discord.

Mind if I work on it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error messages Messaging when something goes wrong good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants