Skip to content

Commit 32b9bfc

Browse files
authored
Update python and music21 dates in site.js
1 parent a31c23d commit 32b9bfc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: site.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,12 @@ $(document).ready(function (){
103103
var data = {
104104
'CPython':[
105105
{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.
107106
{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'},
107+
// EOL for Python 3.4 - 3.7 not announced yet; project 5 years from initial release to follow CPython policy.
108+
{content:'Python 3.4', start: '2014-03-16', end: '2019-03-16'},
109109
{content:'Python 3.5', start: '2015-09-13', end: '2020-09-13'},
110110
{content:'Python 3.6', start: '2016-12-23', end: '2021-12-23'},
111+
{content:'Python 3.7', start: '2018-06-15', end: '2023-06-01'},
111112
],
112113
'IPython':[
113114
{content: '1.x', start: '2013-08-08', end:'2014-03-31', py2:true},
@@ -171,7 +172,7 @@ $(document).ready(function (){
171172
'music21':[
172173
{content: 'v3', start: '2016-08-22', end: '2017-08-06', py2:true},
173174
{content: 'v4', start: '2017-08-22', end: '2019-06-01', py2:true},
174-
{content: 'v5', start: '2018-08-01', end: '2019-08-01'},
175+
{content: 'v5', start: '2018-03-17', end: '2019-08-01'},
175176
{content: 'v6', start: '2019-08-01', end: '2020-08-01'},
176177
],
177178
'mitmproxy':[

0 commit comments

Comments
 (0)