Skip to content

Commit 710f415

Browse files
committed
Add Tryton to project list
1 parent 328b0ac commit 710f415

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ These projects pledge to drop Python 2 support in or before 2020.
4343
- [![](assets/osbrain.png)osBrain](https://github.com/opensistemas-hub/osbrain)
4444
- [![](assets/pymeasure.png)PyMeasure](https://github.com/ralph-group/pymeasure)
4545
- [![](assets/chaquopy.png)Chaquopy](https://chaquo.com/chaquopy/)
46+
- [![](assets/tryton.png)Tryton](http://www.tryton.org/)
4647

4748
<!-- Adding a new project with a logo? They're roughly sorted by Github stars.
4849
Try to insert yours in order. We use judgment for projects not on Github, and

assets/tryton.png

11.2 KB
Loading

site.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,15 @@ $(document).ready(function (){
212212
{content: '4.x', start: '2013-10-01', end: '2020-01-09', py2:true},
213213
{content: '5.x+', start: '2020-01-10', end: '2023-12-31', py2:false},
214214
],
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+
],
215224

216225
// for tests, rando example
217226
//'matplotlib':[

0 commit comments

Comments
 (0)