You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latter finds more Python interpreters (for instance Python 3.13 was found although we didn't request it) and less (some PyPy versions are found because they aren't supported anymore, at least on some platforms). So we should find a way to force maturin to use the Python versions we select and error out if that's not possible.
The text was updated successfully, but these errors were encountered:
There is a mismatch between the Python versions
setup-python
action andmaturin-action
actionused in
release.yml
.The latter finds more Python interpreters (for instance Python 3.13 was found although we didn't request it) and less (some PyPy versions are found because they aren't supported anymore, at least on some platforms). So we should find a way to force maturin to use the Python versions we select and error out if that's not possible.
The text was updated successfully, but these errors were encountered: