File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ <h3>Older versions of TensorFlow</h3>
26
26
27
27
< h3 > System requirements</ h3 >
28
28
< ul >
29
- < li > Python 3.7–3.9
29
+ < li > Python 3.7–3.10
30
30
< ul >
31
+ < li > Python 3.10 support requires TensorFlow 2.8 or later.</ li >
31
32
< li > Python 3.9 support requires TensorFlow 2.5 or later.</ li >
32
33
< li > Python 3.8 support requires TensorFlow 2.2 or later.</ li >
33
34
</ ul >
@@ -65,7 +66,7 @@ <h2>1. Install the Python development environment on your system</h2>
65
66
Check if your Python environment is already configured:
66
67
</ p >
67
68
68
- < aside class ="note "> Requires Python 3.7–3.9 , and pip >= 19.0</ aside >
69
+ < aside class ="note "> Requires Python 3.7–3.10 , and pip >= 19.0</ aside >
69
70
70
71
< pre class ="prettyprint lang-bsh ">
71
72
< code class ="devsite-terminal "> python3 --version</ code >
You can’t perform that action at this time.
0 commit comments