Skip to content

Commit 35d9a31

Browse files
authored
Merge pull request python3statement#132 from cedk/tryton
Add Tryton to project list
2 parents 328b0ac + 8b29a06 commit 35d9a31

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
@@ -27,6 +27,7 @@ These projects pledge to drop Python 2 support in or before 2020.
2727
- [![](assets/pythran.png)Pythran](https://github.com/serge-sans-paille/pythran)
2828
- [![](assets/xarray.png)xarray](http://xarray.pydata.org/)
2929
- [![](assets/dateutil.png)dateutil](https://github.com/dateutil/dateutil)
30+
- [![](assets/tryton.png)Tryton](http://www.tryton.org/)
3031
- [![](assets/pystan.png)PyStan](https://github.com/stan-dev/pystan)
3132
- [![](assets/mne.png)MNE](https://www.martinos.org/mne/stable/index.html)
3233
- [![](assets/swcarpentry.png)Software Carpentry](https://software-carpentry.org)

assets/tryton.png

11.2 KB
Loading

site.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
],

0 commit comments

Comments
 (0)