sail-sg / envpool

C++-based high-performance parallel environment execution engine (vectorized env) for general RL environments.
https://envpool.readthedocs.io
Apache License 2.0
1.1k stars 100 forks source link

[Feature Request] Python 3.12 support #317

Open befelix opened 1 month ago

befelix commented 1 month ago

Motivation

Python 3.12 has been release about 1 year ago, but there are only wheels for Python 3.7 - 3.11 on PyPI. This makes it difficult to use envpool with newer versions of Python.

Solution

Release a new version of envpool that includes wheels for Python 3.12

Alternatives

Explicitly state that Python 3.7 - 3.11 is supported in the Readme.

Checklist