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 |
@mihaimaruseac Any update? (Quite concerned here as we did an upgrade to 3.9 for some various reasons such Python's core enhancements but totally zapped out the TensorFlow's upper bound T_T) Oh, and why limiting on upper bound nightly releases if they are for testing?
|
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.
The text was updated successfully, but these errors were encountered: