[pypy-dev] Re: Release of PyPy v7.3.11

2023-01-02 Thread Oscar Benjamin
On Fri, 30 Dec 2022 at 07:08, Matti Picus 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 se

[pypy-dev] Re: Release of PyPy v7.3.11

2023-01-02 Thread Alex Gaynor
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 wrote: > > On Fri, 30 Dec 2022 at 07:08, Matti Picus wrote: > > >

[pypy-dev] Re: Release of PyPy v7.3.11

2023-01-02 Thread Oscar Benjamin
On Mon, 2 Jan 2023 at 20:46, Alex Gaynor wrote: > On Mon, Jan 2, 2023 at 3:29 PM Oscar Benjamin > wrote: > > On Fri, 30 Dec 2022 at 07:08, Matti Picus 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