We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328b0ac commit 710f415Copy full SHA for 710f415
_sections/30-projects.md
@@ -43,6 +43,7 @@ These projects pledge to drop Python 2 support in or before 2020.
43
- [osBrain](https://github.com/opensistemas-hub/osbrain)
44
- [PyMeasure](https://github.com/ralph-group/pymeasure)
45
- [Chaquopy](https://chaquo.com/chaquopy/)
46
+- [Tryton](http://www.tryton.org/)
47
48
<!-- Adding a new project with a logo? They're roughly sorted by Github stars.
49
Try to insert yours in order. We use judgment for projects not on Github, and
assets/tryton.png
11.2 KB
site.js
@@ -212,6 +212,15 @@ $(document).ready(function (){
212
{content: '4.x', start: '2013-10-01', end: '2020-01-09', py2:true},
213
{content: '5.x+', start: '2020-01-10', end: '2023-12-31', py2:false},
214
],
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
+ ],
224
225
// for tests, rando example
226
//'matplotlib':[
0 commit comments