8000 Move 3.7 to end-of-life status · python/cpython@0f56adb · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f56adb

Browse files
committed
Move 3.7 to end-of-life status
1 parent 4970a1c commit 0f56adb

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.rst

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
This is Python version 3.7.17
22
=============================
33

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
154

165
Copyright © 2001-2023 Python Software Foundation. All rights reserved.
176

187
See the end of this file for further copyright and license information.
198

209
.. contents::
2110

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+
2221
General Information
2322
-------------------
2423

@@ -146,8 +145,7 @@ entitled "Installing multiple versions".
146145
Documentation
147146
-------------
148147

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.
151149

152150
It can also be downloaded in many formats for faster access. The documentation
153151
is downloadable in HTML, PDF, and reStructuredText formats; the latter version

0 commit comments

Comments
 (0)
0