-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add suport for Python 3.11 #148
Conversation
Tracking upstream tensorflow Python 3.11 support at tensorflow/tensorflow#58032. Tensorflow 2.12.0-rc0 was just released on 15 Feb 2023, so hopefully just another month or two to wait 🤞 |
https://github.com/tensorflow/tensorflow/releases/tag/v2.12.0 was just released, so testing this out again now |
Codecov Report
@@ Coverage Diff @@
## main #148 +/- ##
=======================================
Coverage 96.04% 96.04%
=======================================
Files 6 6
Lines 329 329
Branches 70 78 +8
=======================================
Hits 316 316
Misses 8 8
Partials 5 5 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
The failing CI for dev branches relates to dask/dask#10070. We could either remove the |
Description of proposed changes
Run tests on Python 3.11, released last October.
Waiting on the next TensorFlow release
Fixes #