Denys88/rl_games

missing python 3.11 support

igozali opened this issue · 3 comments

Any plans to support python 3.11? Seems like we just need to bump this line in pyproject.toml?

python = ">=3.7.1,<3.11"

Main issue that IsaacGym doesn't support latest versions of the python

Ah I see, to clarify, is it this gym pip package that's missing python 3.11 support?

gym = {version = "^0.23.0", extras = ["classic_control"]}

If yes, would we get python 3.11 support by moving to the gymnasium package since gym seems deprecated?

Just found this PR #267 😄