-
Notifications
You must be signed in to change notification settings - Fork 13
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.10 #49
Comments
See if we can solve this in at most 30 minutes, otherwise we wait a couple of months before trying again (as it might solve itself) |
it would also be nice to explicitly mention supported Python versions in README.md. |
We have it in a badge under the Installation section, but the fact that you didn't find the badge is proof enough that we need to add it in text as well :) |
Python 3.10 support is blocked because onnxruntime is not yet available for 3.10. Support should be added in the next onnxruntime release (v1.12), scheduled for mid July 2022. The relevant issue in the onnxruntime repo: microsoft/onnxruntime#9782 |
3.10 is now a full release and we should support it.
The text was updated successfully, but these errors were encountered: