|
1 | 1 | This is Python version 3.7.17
|
2 | 2 | =============================
|
3 | 3 |
|
4 |
| -.. image:: https://travis-ci.org/python/cpython.svg?branch=3.7 |
5 |
| - :alt: CPython build status on Travis CI |
6 |
| - :target: https://travis-ci.org/python/cpython/branches |
7 |
| - |
8 |
| -.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=3.7 |
9 |
| - :alt: CPython build status on Azure Pipelines |
10 |
| - :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=3.7 |
11 |
| - |
12 |
| -.. image:: https://codecov.io/gh/python/cpython/branch/3.7/graph/badge.svg |
13 |
| - :alt: CPython code coverage on Codecov |
14 |
| - :target: https://codecov.io/gh/python/cpython/branch/3.7 |
15 | 4 |
|
16 | 5 | Copyright © 2001-2023 Python Software Foundation. All rights reserved.
|
17 | 6 |
|
18 | 7 | See the end of this file for further copyright and license information.
|
19 | 8 |
|
20 | 9 | .. contents::
|
21 | 10 |
|
| 11 | +End-of-life Status |
| 12 | +------------------ |
| 13 | + |
| 14 | +As of 2023-06-27, 3.7 has reached the |
| 15 | +`end-of-life phase <https://devguide.python.org/devcycle/#end-of-life-branches>`_ |
| 16 | +of its release cycle. 3.7.17 was the final security release. The code base for |
| 17 | +3.7 is now frozen and no further updates will be provided nor issues of any |
| 18 | +kind will be accepted on the bug tracker. |
| 19 | + |
| 20 | + |
22 | 21 | General Information
|
23 | 22 | -------------------
|
24 | 23 |
|
@@ -146,8 +145,7 @@ entitled "Installing multiple versions".
|
146 | 145 | Documentation
|
147 | 146 | -------------
|
148 | 147 |
|
149 |
| -`Documentation for Python 3.7 <https://docs.python.org/3.7/>`_ is online, |
150 |
| -updated daily. |
| 148 | +`Documentation for Python 3.7 <https://docs.python.org/3.7/>`_ is online. |
151 | 149 |
|
152 | 150 | It can also be downloaded in many formats for faster access. The documentation
|
153 | 151 | is downloadable in HTML, PDF, and reStructuredText formats; the latter version
|
|
0 commit comments