@@ -526,78 +526,65 @@ The following NVIDIA® software are only required for GPU support.
526526A few installation mechanisms require the URL of the TensorFlow Python package.
527527The value you specify depends on your Python version.
528528
529+ # # Python version support
530+
531+ WARNING: As of TensorFlow 2.21, Python 3.9 is no longer supported. Please use a supported Python version (e.g., 3.10-3.13).
532+
529533< table>
530534 < tr><th> Version< /th><th> URL< /th></tr>
531535 < tr class=" alt" ><td colspan=" 2" > Linux x86< /td></tr>
532- < tr>
533- < td> Python 3.9 GPU& nbsp; support< /td>
534- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0/tensorflow-2.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl< /td>
535- < /tr>
536- < tr>
537- < td> Python 3.9 CPU-only< /td>
538- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0/tensorflow_cpu-2.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl< /td>
539- < /tr>
540536 < tr>
541537 < td> Python 3.10 GPU& nbsp; support< /td>
542- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow-2.20 .0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64 .whl< /td>
538+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow-2.21 .0-cp310-cp310-manylinux_2_27_x86_64 .whl< /td>
543539 < /tr>
544540 < tr>
545541 < td> Python 3.10 CPU-only< /td>
546- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow_cpu-2.20 .0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64 .whl< /td>
542+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow_cpu-2.21 .0-cp310-cp310-manylinux_2_27_x86_64 .whl< /td>
547543 < /tr>
548544 < tr>
549545 < td> Python 3.11 GPU& nbsp; support< /td>
550- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow-2.20 .0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64 .whl< /td>
546+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow-2.21 .0-cp311-cp311-manylinux_2_27_x86_64 .whl< /td>
551547 < /tr>
552548 < tr>
553549 < td> Python 3.11 CPU-only< /td>
554- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow_cpu-2.20 .0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64 .whl< /td>
550+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow_cpu-2.21 .0-cp311-cp311-manylinux_2_27_x86_64 .whl< /td>
555551 < /tr>
556552 < tr>
557553 < td> Python 3.12 GPU& nbsp; support< /td>
558- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow-2.20 .0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64. whl< /td>
554+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow-2.21 .0-cp312-cp312-manylinux_2_27_x86_64. whl< /td>
559555 < /tr>
560556 < tr>
561557 < td> Python 3.12 CPU-only< /td>
562558 < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0/tensorflow_cpu-2.20.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl< /td>
563559 < /tr>
564560 < tr>
565561 < td> Python 3.13 GPU& nbsp; support< /td>
566- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow-2.20 .0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64. whl< /td>
562+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow-2.21 .0-cp313-cp313-manylinux_2_27_x86_64. whl< /td>
567563 < /tr>
568564 < tr>
569565 < td> Python 3.13 CPU-only< /td>
570- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow_cpu-2.20 .0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64. whl< /td>
566+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow_cpu-2.21 .0-cp313-cp313-manylinux_2_27_x86_64. whl< /td>
571567 < /tr>
572-
573568 < tr class=" alt" ><td colspan=" 2" > Linux Arm64 (CPU-only)< /td></tr>
574- < tr>
575- < td> Python 3.9< /td>
576- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0/tensorflow-2.20.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl< /td>
577- < /tr>
578569 < tr>
579570 < td> Python 3.10< /td>
580- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow-2.20 .0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64 .whl< /td>
571+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow-2.21 .0-cp310-cp310-manylinux_2_27_aarch64 .whl< /td>
581572 < /tr>
582573 < tr>
583574 < td> Python 3.11< /td>
584- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow-2.20 .0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64 .whl< /td>
575+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow-2.21 .0-cp311-cp311-manylinux_2_27_aarch64 .whl< /td>
585576 < /tr>
586577 < tr>
587578 < td> Python 3.12< /td>
588- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow-2.20 .0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64 .whl< /td>
579+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow-2.21 .0-cp312-cp312-manylinux_2_27_aarch64 .whl< /td>
589580 < /tr>
590581 < tr>
591582 < td> Python 3.13< /td>
592- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow-2.20 .0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64 .whl< /td>
583+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow-2.21 .0-cp313-cp313-manylinux_2_27_aarch64 .whl< /td>
593584 < /tr>
594585
595586 < tr class=" alt" ><td colspan=" 2" > macOS x86 (CPU-only)< /td></tr>
596587 < tr class=" alt" ><td colspan=" 2" ><b> Caution< /b> : TensorFlow 2.16 was the < b> last< /b> TensorFlow release that supported macOS x86< /td></tr>
597- < tr>
598- < td> Python 3.9< /td>
599- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.16.2/tensorflow-2.16.2-cp39-cp39-macosx_10_15_x86_64.whl< /td>
600- < /tr>
601588 < tr>
602589 < td> Python 3.10< /td>
603590 < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.16.2/tensorflow-2.16.2-cp310-cp310-macosx_10_15_x86_64.whl< /td>
@@ -612,47 +599,39 @@ The value you specify depends on your Python version.
612599 < /tr>
613600
614601 < tr class=" alt" ><td colspan=" 2" > macOS Arm64 (CPU-only)< /td></tr>
615- < tr>
616- < td> Python 3.9< /td>
617- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0/tensorflow-2.20.0-cp39-cp39-macosx_12_0_arm64.whl< /td>
618- < /tr>
619602 < tr>
620603 < td> Python 3.10< /td>
621- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow-2.20 .0-cp310-cp310-macosx_12_0_arm64.whl< /td>
604+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow-2.21 .0-cp310-cp310-macosx_12_0_arm64.whl< /td>
622605 < /tr>
623606 < tr>
624607 < td> Python 3.11< /td>
625- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow-2.20 .0-cp311-cp311-macosx_12_0_arm64.whl< /td>
608+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow-2.21 .0-cp311-cp311-macosx_12_0_arm64.whl< /td>
626609 < /tr>
627610 < tr>
628611 < td> Python 3.12< /td>
629- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow-2.20 .0-cp312-cp312-macosx_12_0_arm64.whl< /td>
612+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow-2.21 .0-cp312-cp312-macosx_12_0_arm64.whl< /td>
630613 < /tr>
631614 < tr>
632615 < td> Python 3.13< /td>
633- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0 /tensorflow-2.20 .0-cp313-cp313-macosx_12_0_arm64.whl< /td>
616+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22 /tensorflow-2.21 .0-cp313-cp313-macosx_12_0_arm64.whl< /td>
634617 < /tr>
635618
636619 < tr class=" alt" ><td colspan=" 2" > Windows (CPU-only)< /td></tr>
637- < tr>
638- < td> Python 3.9< /td>
639- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0/tensorflow_cpu-2.20.0-cp39-cp39-win_amd64.whl< /td>
640- < /tr>
641620 < tr>
642621 < td> Python 3.10< /td>
643- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0/tensorflow_cpu -2.20 .0-cp310-cp310-win_amd64.whl< /td>
622+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22/tensorflow -2.21 .0-cp310-cp310-win_amd64.whl< /td>
644623 < /tr>
645624 < tr>
646625 < td> Python 3.11< /td>
647- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0/tensorflow_cpu -2.20 .0-cp311-cp311-win_amd64.whl< /td>
626+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22/tensorflow -2.21 .0-cp311-cp311-win_amd64.whl< /td>
648627 < /tr>
649628 < tr>
650629 < td> Python 3.12< /td>
651- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0/tensorflow_cpu -2.20 .0-cp312-cp312-win_amd64.whl< /td>
630+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22/tensorflow -2.21 .0-cp312-cp312-win_amd64.whl< /td>
652631 < /tr>
653632 < tr>
654633 < td> Python 3.13< /td>
655- < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/2.20.0/tensorflow_cpu -2.20 .0-cp313-cp313-win_amd64.whl< /td>
634+ < td class=" devsite-click-to-copy" > https://storage.googleapis.com/tensorflow/versions/%222.21.0%22/tensorflow -2.21 .0-cp313-cp313-win_amd64.whl< /td>
656635 < /tr>
657636
658637< /table>
0 commit comments