Re: Release of PyPy v7.3.11
Oscar Benjamin <[email protected]> Mon, 2 Jan 2023 21:08:18 +0000
| Newsgroups | gmane.comp.python.pypy |
|---|---|
| Message-ID | <CAHVvXxST8pTAX1=HKT+g=keEOzcGjTF-WR18GXC13cWVmSOEtA@mail.gmail.com> |
On Mon, 2 Jan 2023 at 20:46, Alex Gaynor <[email protected]> wrote: > On Mon, Jan 2, 2023 at 3:29 PM Oscar Benjamin > <[email protected]> wrote: > > On Fri, 30 Dec 2022 at 07:08, Matti Picus <[email protected]> wrote: > > > > > > I have released a bug-fix v7.3.11 of PyPy with python2.7, 3,8, 3..9. > > > > Does something need to be done somewhere to make it so that this > > version will appear in GitHub Actions when using actions/setup-python? > > > > Looking at the setup-python code it seems to look for versions in this file: > > https://downloads.python.org/pypy/versions.json > > I guess somehow that file needs to be updated to list 7.3.11 but I > > have no idea what the source of that file is. > > They rebuild their images approximately weekly -- if you request > pypy3.9-7.3.11 you'll get it immediately, but if you just request > pypy3.9 you'll get it once the images rebuild. Thanks. I just confirmed that specifying the version explicitly works. >From the code in setup-actions it looks like images for pypy are handled differently from cpython for some reason because for cpython all the versions are in this repo: https://github.com/actions/python-versions For pypy everything seems to come from the file I linked above at python.org. -- Oscar _______________________________________________ pypy-dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/pypy-dev.python.org/ Member address: [email protected]