Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing python 3.11 support #280

Open
igozali opened this issue Mar 21, 2024 · 3 comments
Open

missing python 3.11 support #280

igozali opened this issue Mar 21, 2024 · 3 comments

Comments

@igozali
Copy link

igozali commented Mar 21, 2024

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"

@Denys88
Copy link
Owner

Denys88 commented Mar 21, 2024

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

@igozali
Copy link
Author

igozali commented Mar 21, 2024

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?

@igozali
Copy link
Author

igozali commented Mar 21, 2024

Just found this PR #267 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants