@@ -165,6 +165,15 @@ $(document).ready(function (){
165165 { content : '3.3' , start : '2019-06-01' , end : '2019-12-01' } ,
166166 { content : '4.0 LTS' , start : '2019-12-01' , end : '2021-12-01' } ,
167167 ] ,
168+ 'Tryton' :[
169+ { content : '4.0' , start : '2016-05-02' , end : '2018-10-01' , py2 :true } ,
170+ { content : '4.2' , start : '2016-11-28' , end : '2019-05-01' , py2 :true } ,
171+ { content : '4.4' , start : '2017-05-01' , end : '2019-10-01' , py2 :true } ,
172+ { content : '4.6' , start : '2017-10-30' , end : '2020-05-01' , py2 :true } ,
173+ { content : '4.8' , start : '2018-04-23' , end : '2020-10-01' , py2 :true } ,
174+ { content : '5.0' , start : '2018-10-01' , end : '2023-10-01' } ,
175+ { content : '5.2' , start : '2019-05-01' , end : '2020-05-01' } ,
176+ ] ,
168177 'osBrain' :[
169178 { content : '0.x' , start : '2016-07-01' , end : '2021-12-16' } ,
170179 ] ,
@@ -212,15 +221,6 @@ $(document).ready(function (){
212221 { content : '4.x' , start : '2013-10-01' , end : '2020-01-09' , py2 :true } ,
213222 { content : '5.x+' , start : '2020-01-10' , end : '2023-12-31' , py2 :false } ,
214223 ] ,
215- 'Tryton' :[
216- { content : '4.0' , start : '2016-05-02' , end : '2018-10-01' , py2 :true } ,
217- { content : '4.2' , start : '2016-11-28' , end : '2019-05-01' , py2 :true } ,
218- { content : '4.4' , start : '2017-05-01' , end : '2019-10-01' , py2 :true } ,
219- { content : '4.6' , start : '2017-10-30' , end : '2020-05-01' , py2 :true } ,
220- { content : '4.8' , start : '2018-04-23' , end : '2020-10-01' , py2 :true } ,
221- { content : '5.0' , start : '2018-10-01' , end : '2023-10-01' } ,
222- { content : '5.2' , start : '2019-05-01' , end : '2020-05-01' } ,
223- ] ,
224224
225225 // for tests, rando example
226226 //'matplotlib':[
0 commit comments