pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
941 stars 156 forks source link

Drop python 3.8 support #3143

Closed ankith26 closed 2 days ago

ankith26 commented 1 month ago

Python 3.8 is EOL. We can now consider dropping it.

The biggest advantage of doing this is nicer type stubs.

bilhox commented 1 month ago

Could we first release 2.5.2 then drop the support for 3.8 ?

Starbuck5 commented 1 month ago

I agree with bilhox, no rush to drop it.

ankith26 commented 1 month ago

Could we first release 2.5.2 then drop the support for 3.8 ?

Yeah definitely. I just wanted to put this PR out there. We can wait a couple of months on this.