8000 So long Python 3.6 (#779) · python/devguide@61da98d · GitHub
[go: up one dir, main page]

Skip to content

Commit 61da98d

Browse files
hugovkned-deilyzware
authored
So long Python 3.6 (#779)
Co-authored-by: Ned Deily <nad@python.org> Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
1 parent 74cacfe commit 61da98d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

devcycle.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ For reference, here are the Python versions that most recently reached their end
131131
+------------------+--------------+----------------+----------------+----------------------------------+
132132
| Branch | Schedule | First release | End-of-life | Release manager |
133133
+==================+==============+================+================+==================================+
134+
| 3.6 | :pep:`494` | 2016-12-23 | 2021-12-23 | Ned Deily |
135+
+------------------+--------------+----------------+----------------+----------------------------------+
134136
| 3.5 | :pep:`478` | 2015-09-13 | 2020-09-30 | Larry Hastings |
135137
+------------------+--------------+----------------+----------------+----------------------------------+
136138
| 3.4 | :pep:`429` | 2014-03-16 | 2019-03-18 | Larry Hastings |
@@ -329,7 +331,7 @@ Current Administrators
329331
+-------------------+----------------------------------------------------------+-----------------+
330332
| Ned Deily | Python 3.6 and 3.7 Release Manager | ned-deily |
331333
+-------------------+----------------------------------------------------------+-----------------+
332-
| Lary Hastings | Retired Release Manager (for Python 3.4 and 3.5) | larryhastings |
334+
| Larry Hastings | Retired Release Manager (for Python 3.4 and 3.5) | larryhastings |
333335
+-------------------+----------------------------------------------------------+-----------------+
334336
| Berker Peksag | Maintainer of bpo-linkify and cpython-emailer-webhook | berkerpeksag |
335337
+-------------------+----------------------------------------------------------+-----------------+

index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ Status of Python branches
107107
+------------------+--------------+-------------+----------------+----------------+-----------------------+
108108
| 3.7 | :pep:`537` | security | 2018-06-27 | *2023-06-27* | Ned Deily |
109109
+------------------+--------------+-------------+----------------+----------------+-----------------------+
110-
| 3.6 | :pep:`494` | security | 2016-12-23 | *2021-12-23* | Ned Deily |
111-
+------------------+--------------+-------------+----------------+----------------+-----------------------+
112110

113111
.. Remember to update the end-of-life table in devcycle.rst.
114112

setup.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ Windows
240240
For a quick guide to building you can read `this documentation`_ from Victor
241241
Stinner.
242242

243-
**Python 3.6** and later can use Microsoft Visual Studio 2017. You can download
243+
All current versions of Python can be built using Microsoft Visual Studio 2017
244+
or later. You can download
244245
and use any of the free or paid versions of `Visual Studio 2017`_.
245246

246247
When installing Visual Studio 2017, select the **Python development** workload

0 commit comments

Comments
 (0)
0