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.
Alex 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. > > -- > 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] -- All that is necessary for evil to succeed is for good people to do nothing. _______________________________________________ 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]
