lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
530 stars 190 forks source link

New release? #234

Closed frenzymadness closed 3 years ago

frenzymadness commented 3 years ago

Hello.

There are 132 new commits in the master branch since the last release in February 2018. Isn't a time for the next release?

It'd also make pgzero installable from PyPI for Python > 3.8 and pygame > 2.0.

fillwithjoy1 commented 3 years ago

@lordmauve

lordmauve commented 3 years ago

This is done for the 1.2 branch: pgzero should be installable again using Pygame wheels. For the work on master there is more effort needed to refine the feature set that should actually ship in 1.3. Some of the features and docs in Wasabi2D need to be backported and some half-finished features need to be removed.