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

PyPy 7.3.10 missing #565

Closed
4 of 5 tasks
radarhere opened this issue Dec 11, 2022 · 4 comments
Closed
4 of 5 tasks

PyPy 7.3.10 missing #565

radarhere opened this issue Dec 11, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@radarhere
Copy link
Contributor

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:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

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.

@radarhere radarhere added bug Something isn't working needs triage labels Dec 11, 2022
@MaksimZhukov
Copy link
Contributor

Hello @radarhere!
Thanks for reporting this!
We will investigate the issue!

@dmitry-shibanov
Copy link
Contributor

Hello @radarhere. Could you please try to set check-latest: true.

      - uses: actions/setup-python@v4
        with:
          python-version: pypy3.9
          check-latest: true

@radarhere
Copy link
Contributor Author

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?

@dmitry-shibanov
Copy link
Contributor

Hello @radarhere. Yes, it's right. For now I'm going to close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants