-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
[windows] python 3.13t detection overwrites python 3.13 detection #313
Comments
@davidhewitt does https://github.com/PyO3/pyo3/releases/tag/v0.23.4 touch this? |
Not sure what we can do here in Lines 802 to 821 in e9b5cc0
And |
Closing in favor of Quansight-Labs/setup-python#5 |
BTW, it should be easy to workaround, just have two steps of |
Thanks @messense, your suggested workaround works fine: oconnor663/blake3-py#54 |
Window's python version detection has a bug
I can confirm from the CI run:
that a regular 3.13 wheel is missing for windows
looks like a bug in maturin action:
cc @davidhewitt the action is not picking up the regular 3.13 which we setup-python'd just before 3.13t. can you confirm this is maturin-action? it seems like an edge case for windows only (both win32 and win_amd64), linux and macos are fine:
edit: setup-python'ing 3.13t before 3.13 does not help for win_amd64, but does help for win32:
Originally posted by @ddelange in oconnor663/blake3-py#52 (comment)
The text was updated successfully, but these errors were encountered: