There will definitely be new 3.3 releases (not CPython). As for CPython, according to Georg only 3.2 is discontinued:
https://mail.python.org/pipermail/python-dev/2016-February/143400.html On Friday, March 25, 2016 at 4:41:28 PM UTC-7, Guido van Rossum wrote: > > Maybe because Python 3.3 is no longer getting new releases either? > Probably most people just use the asyncio from the stdlib and are > happy with it. > > On Fri, Mar 25, 2016 at 5:37 AM, Victor Stinner > <[email protected] <javascript:>> wrote: > > Hi, > > > > * The latest asyncio release is now one year old: asyncio 3.4.3 was > > released at 2015-03-10. > > * Python 3.5.1 was released at 2015-12-07. > > * Python 3.5.0 was released at 2015-09-13. > > > > Is there a reason why no new asyncio version was released on the cheese > shop? > > > > I guess that we have to find the Git tag which matchs Python 3.5.1, > > write a changelog and build Windows binary wheels? > > > > My Windows VM is no more able to build Windows binary wheels. I wrote > > a script to build all wheel packages in one command on Windows: > > https://bitbucket.org/haypo/misc/src/default/bin/releaser.py > > > > Oh, it looks like asyncio still has an old copy, release.py, which > > doesn't support Git. > > > > Victor > > > > -- > --Guido van Rossum (python.org/~guido) >
