Skip to content

Commit fc6d145

Browse files
nitins17copybara-github
authored andcommitted
Add Python 3.11 and remove Python 3.7 from the support matrix
PiperOrigin-RevId: 518928332
1 parent a81ea51 commit fc6d145

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

site/en/install/_index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ landing_page:
2020
<table class="columns">
2121
<tr><td>
2222
<ul>
23-
<li>Python 3.7–3.10</li>
23+
<li>Python 3.8–3.11</li>
2424
<li>Ubuntu 16.04 or later</li>
2525
<li>Windows 7 or later (with <a href="https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads">C++ redistributable</a>)</li>
2626
</ul>

site/en/install/pip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Note: GPU support is available for Ubuntu and Windows with CUDA®-enabled cards.
144144
145145
## Software requirements
146146
147-
* Python 3.7–3.10
147+
* Python 3.8–3.11
148148
* pip version 19.0 or higher for Linux (requires `manylinux2010` support) and
149149
Windows. pip version 20.3 or higher for macOS.
150150
* Windows Native Requires
@@ -342,7 +342,7 @@ The following NVIDIA® software are only required for GPU support.
342342
343343
Check if your Python environment is already configured:
344344
345-
Note: Requires Python 3.7–3.10, and pip >= 20.3 for MacOS.
345+
Note: Requires Python 3.8–3.11, and pip >= 20.3 for MacOS.
346346
347347
```bash
348348
python3 --version

site/en/install/source_windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ environment.
1313
### Install Python and the TensorFlow package dependencies
1414

1515
Install a
16-
[Python 3.7+ 64-bit release for Windows](https://www.python.org/downloads/windows/){:.external}.
16+
[Python 3.8+ 64-bit release for Windows](https://www.python.org/downloads/windows/){:.external}.
1717
Select *pip* as an optional feature and add it to your `%PATH%` environmental
1818
variable.
1919

0 commit comments

Comments
 (0)