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
939 stars 155 forks source link

Drop MSYS2 clang32 from our CI #3116

Closed ankith26 closed 2 months ago

ankith26 commented 2 months ago

ref: https://github.com/msys2/msys2.github.io/commit/89521b9f8d43b6ebf4a4f4a51c912066ab5f5b50

basically MSYS2 is removing clang32 (i686) support, so one of our builds has started to fail. We can safely remove this on our end as well, because this build doesn't do release wheels.