Farama-Foundation / stable-retro

Retro games for Reinforcement Learning
https://stable-retro.farama.org/
MIT License
162 stars 34 forks source link

Enable building Python 3.12 manylinux wheels #82

Closed mwydmuch closed 10 months ago

mwydmuch commented 10 months ago

This is a small PR that enables building manylinux wheels for Python 3.12 by cibuildwheels in https://github.com/Farama-Foundation/stable-retro/blob/master/.github/workflows/build-publish.yml workflow.

Additionally, it adds the latest Ubuntu/Debian and Minicoda images to the manual cibuildwheels test.

MatPoliquin commented 10 months ago

Thanks Marek!