-
Notifications
You must be signed in to change notification settings - Fork 614
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 Python 3.10 support for Apple Silicon. #2718
Conversation
Thanks @sun1638650145 ! Looks like a new protobuf version may be breaking the CI which is un-related to this PR |
Do we had another patch release? |
Yeah I'll create a patch release, but we need to fix CI for importing TF first |
I meant that we have TF 2.9.1 https://github.com/tensorflow/tensorflow/releases/tag/v2.9.1 |
@seanpmorgan I see you submitted this PR #2721, should I wait until this PR is merged before proceeding? |
Yes, we can't make a patch release until we get the build fixed. Should be soon. |
Hi @sun1638650145 build is fixed. Please rebase on master |
Two tests failed due to timeout, is there a way to rerun it? |
All tests passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @sun1638650145 ! Could you make the same PR for r0.17 branch please? |
@seanpmorgan No problem, a PR for |
Description
tensorflow-macos
already supportsPython 3.10
, so addPython 3.10
support in Apple Silicon.Fixes #2715
Type of change
Checklist:
How Has This Been Tested?
No new test cases are required, just a new
whl
file is added.