-
Notifications
You must be signed in to change notification settings - Fork 580
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
PyPy 7.3.10 missing #565
Comments
Hello @radarhere! |
Hello @radarhere. Could you please try to set - uses: actions/setup-python@v4
with:
python-version: pypy3.9
check-latest: true |
Yes, that does work. Testing now, I find that Ubuntu has started working without it. I think that the version will update by itself once https://github.com/actions/runner-images updates. Does that sound right? |
Hello @radarhere. Yes, it's right. For now I'm going to close the issue. |
Description:
When running actions/setup-python@v4, "PyPy 7.3.9" is used instead of the more recent PyPy 7.3.10. Filing a bug here as per "Please open an issue in actions/setup-python if any versions are missing."
Thanks for any help you can provide, or even just an ETA.
Action version:
v4
Platform:
Runner type:
Tools version:
Python 3.8 and 3.9 are affected.
Repro steps:
I've created https://github.com/radarhere/pypy_version as a simple example. This ran at https://github.com/radarhere/pypy_version/actions/runs/3670847630
Expected behavior:
PyPy 7.3.10 is setup.
Actual behavior:
PyPy 7.3.9 is setup instead.
The text was updated successfully, but these errors were encountered: