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

Feature request - add Python 3.11 support #116

Closed
blasscoc opened this issue Oct 25, 2022 · 2 comments · Fixed by #208
Closed

Feature request - add Python 3.11 support #116

blasscoc opened this issue Oct 25, 2022 · 2 comments · Fixed by #208
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers

Comments

@blasscoc
Copy link

They current mdio project toml limits the Python version:

python = ">=3.8,<3.11"

Now that Python 3.11 has been release, the new feature would add support for it.

@tasansal
Copy link
Collaborator

Yup! We need to wait till Numba supports 3.11

https://github.com/numba/numba/milestone/63

@tasansal tasansal added dependencies Pull requests that update a dependency file good first issue Good for newcomers labels Oct 25, 2022
@tasansal
Copy link
Collaborator

tasansal commented Nov 7, 2022

numba/numba#8304

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants