We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 328b0ac + 8b29a06 commit 35d9a31Copy full SHA for 35d9a31
_sections/30-projects.md
@@ -27,6 +27,7 @@ These projects pledge to drop Python 2 support in or before 2020.
27
- [Pythran](https://github.com/serge-sans-paille/pythran)
28
- [xarray](http://xarray.pydata.org/)
29
- [dateutil](https://github.com/dateutil/dateutil)
30
+- [Tryton](http://www.tryton.org/)
31
- [PyStan](https://github.com/stan-dev/pystan)
32
- [MNE](https://www.martinos.org/mne/stable/index.html)
33
- [Software Carpentry](https://software-carpentry.org)
assets/tryton.png
11.2 KB
site.js
@@ -165,6 +165,15 @@ $(document).ready(function (){
165
{content: '3.3', start: '2019-06-01', end: '2019-12-01'},
166
{content: '4.0 LTS', start: '2019-12-01', end: '2021-12-01'},
167
],
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
+ ],
177
'osBrain':[
178
{content: '0.x', start: '2016-07-01', end: '2021-12-16'},
179
0 commit comments