Ability to install "latest pypy3"
See original GitHub issueDescription:
Ability to install the latest PyPy 3 available would be great, for example by specifying pypy-3.x
.
Originally discussed in https://github.com/actions/setup-python/issues/352
Justification:
Same justification as the existing ability to install the latest CPython 3 by specifying 3.x
.
Are you willing to submit a PR?
In general yes, in practice it’s unlikely I’d have time for this in the near future.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Downloading and Installing PyPy
The quickest way to start using PyPy is to download a prebuilt binary for your OS and architecture. You may be able to...
Read more >ability to install "latest pypy3" · Issue #352 · actions/setup-python
Platform: Ubuntu; macOS; Windows. Runner type: Hosted; Self-hosted. Tools version: Repro steps: Try configuring a matrix with pypy-3.x in it.
Read more >How to install and work with PyPy - ActiveState
Open the Control Panel and navigate to System. · Click on Advanced system settings in the upper left panel. · Click on Environment...
Read more >How to install PYPY3 on Ubuntu, for newbies?
You can build PyPy 3 from source by doing the following as documented on the PyPy download and build pages.
Read more >Can anyone help me installing PYPY on windows?
Open a new file in VS Code, and click on the "Python" at the far left of the status bar (bottom left corner...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see nothing unexpected there. It’s very much expected and actually the normal state of affairs that the latest PyPy lags behind the latest CPython minor version.
The reasoning here does not make a lot of sense to me.
@marko-zivic-93 said
But today it installs the oldest one, which is, in my opinion, more misleading as that’s not how most systems operate. I fail to see why determining the latest pypy release for a major version is any different that finding the oldest version. If it really is difficult, I’d suggest failing if a minor version is not specified because I think most people are assuming it’s pulling the latest until something breaks. I certainly did.