ppizarror / pygame-menu

A menu for pygame. Simple, and easy to use
https://pygame-menu.readthedocs.io/
Other
555 stars 141 forks source link

Python version limit #450

Closed leestarb closed 1 year ago

leestarb commented 1 year ago

Hello. I see the minimum version required for this package is Python 3.7.

However pygame also supports Python 3.6. I want to use it with pygame-menu, but it does not support 3.6 version.

So please, do something to bring Python 3.6 support.

I really like your package and always use it with my projects!

ppizarror commented 1 year ago

Python 3.6 compatibility is now added in the new v4.3.8 🎉. See https://pypi.org/project/pygame-menu/. Greetings,

leestarb commented 1 year ago

Thanks a lot!