Skip to content

Commit 569440b

Browse files
kroitorCarreau
authored andcommitted
Add CCXT to the list of participating projects (python3statement#145)
* Added assets/ccxt.png * Added CCXT to the 30-projects * Added CCXT timeline to site.js * Moved CCXT lower in 30-projects
1 parent 1cb4953 commit 569440b

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ These projects pledge to drop Python 2 support in or before 2020.
1616
- [![](assets/kivy.png)Kivy](https://kivy.org/)
1717
- [![](assets/matplotlib.png)Matplotlib](https://matplotlib.org/)
1818
- [![](assets/numpylogoicon.svg)NumPy](https://www.numpy.org/)
19+
- [![](assets/ccxt.png)ccxt](https://github.com/ccxt/ccxt)
1920
- [![](assets/zulip.png)Zulip](https://zulip.org)
2021
- [![](assets/sympy.png)SymPy](https://www.sympy.org/)
2122
- [![](assets/jupyter.png)Jupyter notebook](https://jupyter.org)

assets/ccxt.png

619 Bytes
Loading

site.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ $(document).ready(function (){
124124
{content: 'Python 2 & 3', start: '2011-10-10', end:'2018-12-31', py2:true},
125125
{content: 'Python 3 only', start: '2019-01-01', end:'2021-12-16'},
126126
],
127+
'ccxt':[
128+
{content: 'Python 2 & 3', start: '2017-05-14', end:'2019-12-31', py2:true},
129+
{content: 'Python 3 only', start: '2020-01-01', end:'2023-12-31'},
130+
],
127131
'Numpy':[
128132
{content: 'Py 2 & 3 full', start: '2010-08-31', end:'2018-12-31', py2:true},
129133
{content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-12-31', py2:true},

0 commit comments

Comments
 (0)