-
Notifications
You must be signed in to change notification settings - Fork 726
Open
Labels
Description
URL(s) with the issue:
https://github.com/tensorflow/tfx/blob/master/CONTRIBUTING.md
Description of issue (what needs changing):
Clear description:
The CONTRIBUTING.md file currently states that TFX only supports Python 3.7, 3.8, and 3.9.
TFX only supports Python 3 (3.7, 3.8, and 3.9) on Linux and MacOS.
However, I have been successfully using TFX with Python 3.10 on Linux. This suggests the documentation is outdated.
Proposed Change: Update the document to include Python 3.10 as a supported version, like this:
TFX only supports Python 3 (3.7, 3.8, 3.9, and 3.10) on Linux and MacOS.
Correct links
N/A (Not Applicable)
Parameters defined
N/A (Not Applicable)
Returns defined
N/A (Not Applicable)
Raises listed and defined
N/A (Not Applicable)
Request visuals, if applicable
N/A (Not Applicable)