lordmauve / wasabi2d

Cutting-edge 2D game framework for Python
https://wasabi2d.readthedocs.io/
GNU Lesser General Public License v3.0
154 stars 24 forks source link

On Python 3.11 wasabi2d cannot be installed #76

Open joseywales72 opened 1 year ago

joseywales72 commented 1 year ago

Pygame also does not support 3.11 but it can be installed with pip install pygame --pre, this installs Pygame 2.13 Dev8, and then pygame works fine. Does wasabi2d need Python 3.10 as well? Thanks.