-
Notifications
You must be signed in to change notification settings - Fork 8
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
wr does not respect uv python version selection #12
Comments
Another thing is if I change the requires-python version in pyproject.yaml to 3.13, there's no error about version mismatch and still show this 3.11 error. |
Do you mean changing [project]
name = "setup"
requires-python = ">=3.11"
version = "0.1.0" to [project]
name = "setup"
requires-python = ">=3.13"
version = "0.1.0" ? |
In terms of what's happening under the hood, you can see it in https://github.com/mainmatter/rust-python-interoperability/blob/main/.wr.toml |
I read the issue you mentioned in uv and I think not a mac-only issue. I checked my successful build then and find that although I use 3.13 to build and .venv is created by uv in each subfolder automatically like
The build is linked to a wrong so
|
There are two separate issues:
I'll open a PR once both are ready to go. |
2b34916 should have fixed the first point. Can you confirm? @npuichigo |
I got this error and try to use uv to pin another python version like
But the error still try to use python 3.11
The text was updated successfully, but these errors were encountered: