Skip to content

Commit 3fa1535

Browse files
jaracoCarreau
authored andcommitted
Add CherryPy to statement signers and timeline. Ref cherrypy/cherrypy#1730. (#150)
1 parent ede8031 commit 3fa1535

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ These projects pledge to drop Python 2 support in or before 2020.
3030
- [![](assets/pythran.png)Pythran](https://github.com/serge-sans-paille/pythran)
3131
- [![](assets/xarray.png)xarray](https://xarray.pydata.org/)
3232
- [![](assets/dateutil.png)dateutil](https://github.com/dateutil/dateutil)
33+
- [![](//cherrypy.org/images/cherrypy.png)CherryPy](https://cherrypy.org/)
3334
- [![](assets/tryton.png)Tryton](https://www.tryton.org/)
3435
- [![](assets/pystan.png)PyStan](https://github.com/stan-dev/pystan)
3536
- [![](assets/mne.png)MNE](https://www.martinos.org/mne/stable/index.html)

site.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ $(document).ready(function (){
228228
{content: '3.x', start: '2018-09-01', end: '2019-07-01', py2:true},
229229
{content: '4.x', start: '2019-01-01', end: '2020-07-01', py2:false},
230230
],
231+
'CherryPy': [
232+
{content: '3.2-17.x', start: '2011-02-25', end: '2019-12-31', py2: true},
233+
{content: '18.x+', start: '2018-09-01', end: '2023-12-31', py2: false},
234+
],
231235
'stomp.py':[
232236
{content: '3.x', start: '2010-04-01', end: '2013-09-30', py2:true},
233237
{content: '4.x', start: '2013-10-01', end: '2020-01-09', py2:true},

0 commit comments

Comments
 (0)