On Mon, 2 Jan 2023 at 20:46, Alex Gaynor <alex.gay...@gmail.com> wrote: > On Mon, Jan 2, 2023 at 3:29 PM Oscar Benjamin > <oscar.j.benja...@gmail.com> wrote: > > On Fri, 30 Dec 2022 at 07:08, Matti Picus <matti.pi...@gmail.com> 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 -- pypy-dev@python.org To unsubscribe send an email to pypy-dev-le...@python.org https://mail.python.org/mailman3/lists/pypy-dev.python.org/ Member address: arch...@mail-archive.com