Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Support Python 3.9 #44485
Support Python 3.9 #44485
Comments
We have not released anything for python3.9. Release process is as follows:
As we are already doing the 2.4 release, python3.9 support for TF will come in 2.5 release at the earliest. @ravikyram, @amahendrakar, @rmothukuru let's deduplicate to this issue all py39 requests/issues. I'll monitor this one and provide updates as we start adding support. |
…#1528) * Introduce a sieve for filtering out incompatible TensorFlow for Py3.9 * Python 3.9 support will come in 2.5 release at the earliest tensorflow/tensorflow#44485 (comment)
@mihaimaruseac, |
(from #40840 (comment)) The main issue is that we also have C++ code and we need the needed dependencies to also upgrade for their C++ code. By this time, likely most are solved, so 2.5 release will have py3.9 support. We should get py3.9 in nightly soon. |
So, all of our depdencies have a release for py3.9 but our |
Please make sure that this is a feature request. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:feature_template
System information
Describe the feature and the current behavior/state.
TensorFlow should be supported on Python 3.9.
Will this change the current api? How? Significant changes will likely need to be made.
Who will benefit with this feature?
Anyone on Python 3.9
Any Other info.