Add newest PyPy 7.3.3
See original GitHub issueDescribe the bug A clear and concise description of what the bug is.
GitHub Actions has PyPy 7.3.2.
The latest PyPy release is 7.3.3.
https://morepypy.blogspot.com/2020/11/pypy-733-triple-release-python-37-36.html
It contains a fix to allow us to test with tox:
- https://github.com/actions/setup-python/issues/151
- https://github.com/tox-dev/tox/issues/1704
- https://foss.heptapod.net/pypy/pypy/-/issues/3331
Which version of the action are you using?
-
v1
-
v2
- Some other tag (such as
v2.0.1
ormaster
)
Environment
- self-hosted
- Linux
- Windows
- Mac
If applicable, please specify if you’re using a container
Python Versions
Please list all of the effected versions of Python (3.8.2
, etc.)
pypy
To Reproduce Steps to reproduce the behavior:
With a YAML something like this:
name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: [pypy, pypy3]
os: [
ubuntu-20.04,
ubuntu-18.04,
ubuntu-16.04,
macOS-latest,
windows-latest,
]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Test
run: |
python --version
Outputs something like:
Run python --version
Python 3.6.9 (d38cd66c14b8, Sep 23 2020, 08:01:17)
[PyPy 7.3.2 with GCC 7.3.1 20180303 (Red Hat 7.3.1-5)]
or:
Run python --version
Python 2.7.13 (6abe2e00c51d, Sep 23 2020, 05:06:33)
[PyPy 7.3.2 with GCC 7.3.1 20180303 (Red Hat 7.3.1-5)]
Run/Repo Url If applicable, and if your repo/run is public, please include a URL so it is easier for us to investigate.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:8 (3 by maintainers)
Top Results From Across the Web
PyPy v7.3.3: release of 2.7, 3.6, and 3.7 beta
-The PyPy team is proud to release the version 7.3.3 of PyPy, ... there may be issues about compatibility with new and changed...
Read more >What's new in PyPy2.7 7.3.3 — PyPy documentation
What's new in PyPy2.7 7.3.3¶. Respect PKG_CONFIG and CC in more places to allow cross-compilation. Add posix.sendfile to darwin for python3.6+.
Read more >pypy - Official Image - Docker Hub
PyPy is a fast, compliant alternative implementation of the Python language. ... 3.9-7.3.10 , 3.9-7.3 , 3.9-7 , 3.9 , 3-7.3.10 , 3-7.3...
Read more >Change log : pypy package : Debian - Launchpad
pypy (7.3.3+dfsg-1) unstable; urgency=medium * New upstream release (identical to RC1). * Upload to unstable. -- Stefano Rivera <email address hidden> Sat, ...
Read more >pages/download_advanced.rst · branch/default · PyPy / pypy.org
pypy.org website sources. ... Our nightly binary builds have the most recent bugfixes and performance improvements ... pypy3.7-7.3.3 sha256:.
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
All images were updated and currently contains PyPy 7.3.3 so I am going to close this issue. The work that @konradpabjan mentioned will provide ability to install any version of PyPy on-flight to avoid delays with image updates in future.
We’ve started working on this. Some discussion have come up here: https://github.com/actions/setup-python/pull/161 but internally we’ve been planning on getting this done for much longer but we just haven’t had the bandwidth. (Keep your eyes out for Universe next week 😉 lots of exciting new things coming to Actions)
We’ll be knocking out different versions of PyPy + Nightly PyPy in one go. Expect this to land very very soon