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

Python 3.10 support #244

Open
gabrielcnr opened this issue Jul 26, 2022 · 0 comments
Open

Python 3.10 support #244

gabrielcnr opened this issue Jul 26, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@gabrielcnr
Copy link

I tried to create a fresh new environment for Python 3.10 with all the listed dependencies for elegy and it seems that all of them are already available for python 3.10:

  • cloudpickle
  • tensorboardx
  • wandb
  • treex

Since elegy doesn't seem to have any compiled extensions, I was wondering if there is anything else forcing the constraint:

python = ">=3.7,<3.10"

I'd really like to use elegy in my Python 3.10 environment. Would it be possible to release a new version with that constraint updated to:

python = ">=3.7,<3.11"

Thank you.

@gabrielcnr gabrielcnr added the enhancement New feature or request label Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant