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

Support Python 3.11 #676

Closed
2 of 3 tasks
jklaise opened this issue Nov 17, 2022 · 3 comments · Fixed by #817
Closed
2 of 3 tasks

Support Python 3.11 #676

jklaise opened this issue Nov 17, 2022 · 3 comments · Fixed by #817

Comments

@jklaise
Copy link
Contributor

jklaise commented Nov 17, 2022

Python 3.11 came out on 27/10/22 so we should look to support it soon. However, as always, we're mainly limited by upstream support from tensorflow and torch:

@ascillitoe
Copy link
Contributor

ascillitoe commented Nov 17, 2022

Added numba to the list.

This might actually be our main blocker since torch and tensorflow are optional now?

@jklaise
Copy link
Contributor Author

jklaise commented Nov 18, 2022

@ascillitoe good point, however, I think we should wait before both tensorflow and torch are Python 3.11 compatible to claim that both our libraries are too given how extensively we use those two (also CI would fail since we install both by default to test everything).

@ascillitoe
Copy link
Contributor

Ah yeh good point about CI!

@ascillitoe ascillitoe mentioned this issue Apr 6, 2023
3 tasks
@jklaise jklaise mentioned this issue Jun 19, 2023
5 tasks
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

Successfully merging a pull request may close this issue.

2 participants