Yop. I got that wrong... It is supposed to be: "2.0.1.dev1"
python3 -m pip install pygame==2.0.1.dev1 python3 -m pygame.examples.aliens python3 -m pygame.tests https://github.com/pygame/pygame/issues On Wed, Dec 23, 2020 at 3:13 PM René Dudfield <ren...@gmail.com> wrote: > Hello, > > There's binary pre-release up if anyone wants to give it a test with your > own app, there's a bit of time to do so before a real release. > > python3 -m pip install pygame==2.0.0.dev1 > python3 -m pygame.examples.aliens > python3 -m pygame.tests > > If you notice anything, please add an issue > https://github.com/pygame/pygame/issues > (or reply via email) > > Assuming no blockers, a 2.0.1 release will follow. > > > cheerio, >