Skip to content

Commit 9a0678c

Browse files
authored
Update pip.html
Updated Python version to 3.10
1 parent cb8497d commit 9a0678c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/en/install/pip.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ <h3>Older versions of TensorFlow</h3>
2626

2727
<h3>System requirements</h3>
2828
<ul>
29-
<li>Python 3.7–3.9
29+
<li>Python 3.7–3.10
3030
<ul>
31+
<li>Python 3.10 support requires TensorFlow 2.8 or later.</li>
3132
<li>Python 3.9 support requires TensorFlow 2.5 or later.</li>
3233
<li>Python 3.8 support requires TensorFlow 2.2 or later.</li>
3334
</ul>
@@ -65,7 +66,7 @@ <h2>1. Install the Python development environment on your system</h2>
6566
Check if your Python environment is already configured:
6667
</p>
6768

68-
<aside class="note">Requires Python 3.7–3.9, and pip &gt;= 19.0</aside>
69+
<aside class="note">Requires Python 3.7–3.10, and pip &gt;= 19.0</aside>
6970

7071
<pre class="prettyprint lang-bsh">
7172
<code class="devsite-terminal">python3 --version</code>

0 commit comments

Comments
 (0)