Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8ef5ef

Browse files
committed
Add some Python release/EOL details to the chart
1 parent 8ba15eb commit e8ef5ef

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

site.js

+7-4
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,13 @@ $(document).ready(function (){
101101
// ...
102102
// ]
103103
var data = {
104-
'cpython':[
105-
{content:'Remaining Python 2.7 support', start: Date.now(), end: '2020-01-01', py2:true},
106-
{content:'Python 3.4', start: '2014-03-14', end: '2021-01-01'},
107-
{content:'Python 3.5', start: '2015-09-13', end: '2022-01-01'},// there is no planned EOL for 3.4 and 3.5, invent for now.
104+
'CPython':[
105+
{content:'Python 2.7', start: '2010-07-03', end: '2020-01-01', py2:true},
106+
// EOL for Python 3.3 - 3.6 not announced yet; project 5 years from initial release to follow CPython policy.
107+
{content:'Python 3.3', start: '2012-09-29', end: '2017-09-29'},
108+
{content:'Python 3.4', start: '2014-03-14', end: '2019-03-14'},
109+
{content:'Python 3.5', start: '2015-09-13', end: '2020-09-13'},
110+
{content:'Python 3.6 (scheduled)', start: '2016-12-16', end: '2021-12-16'},
108111
],
109112
'IPython':[
110113
{content: '1.x', start: '2013-08-08', end:'2014-03-31', py2:true},

0 commit comments

Comments
 (0)