diff --git a/_sections/30-projects.md b/_sections/30-projects.md index f7926ec..cc4cb29 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -16,6 +16,7 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/kivy.png)Kivy](https://kivy.org/) - [![](assets/matplotlib.png)Matplotlib](https://matplotlib.org/) - [![](assets/numpylogoicon.svg)NumPy](https://www.numpy.org/) +- [![](assets/ccxt.png)ccxt](https://github.com/ccxt/ccxt) - [![](assets/zulip.png)Zulip](https://zulip.org) - [![](assets/sympy.png)SymPy](https://www.sympy.org/) - [![](assets/jupyter.png)Jupyter notebook](https://jupyter.org) diff --git a/assets/ccxt.png b/assets/ccxt.png new file mode 100644 index 0000000..9be0e32 Binary files /dev/null and b/assets/ccxt.png differ diff --git a/site.js b/site.js index e079360..0b83687 100644 --- a/site.js +++ b/site.js @@ -124,6 +124,10 @@ $(document).ready(function (){ {content: 'Python 2 & 3', start: '2011-10-10', end:'2018-12-31', py2:true}, {content: 'Python 3 only', start: '2019-01-01', end:'2021-12-16'}, ], + 'ccxt':[ + {content: 'Python 2 & 3', start: '2017-05-14', end:'2019-12-31', py2:true}, + {content: 'Python 3 only', start: '2020-01-01', end:'2023-12-31'}, + ], 'Numpy':[ {content: 'Py 2 & 3 full', start: '2010-08-31', end:'2018-12-31', py2:true}, {content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-12-31', py2:true},