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

works with pygame 2.0.1 #239

Closed MandiYang closed 3 years ago

MandiYang commented 3 years ago

I use python3.8.5 and installed pygame 2.0.1 in a mystic way, pgzero 1.2 still works, OMG! plz make a new version which don't requires pygame < 2.0 and python_version < 3.8

fillwithjoy1 commented 3 years ago

Not helpful, calling for issue to be closed @lordmauve

lordmauve commented 3 years ago

I've released 1.2.1 which supports (and requires) Pygame 2.0.*.

MandiYang commented 3 years ago

Thx :) I will follow you