diff --git a/_sections/30-projects.md b/_sections/30-projects.md index b90312a..a5b6d9f 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -31,6 +31,7 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/geopy.png)geopy](https://geopy.readthedocs.io/) - [![](assets/biopython.png)Biopython](https://biopython.org/) - [![](assets/nikola.png)Nikola](https://getnikola.com) +- [![](assets/fonttools.png)FontTools](https://github.com/fonttools/fonttools) - [![](assets/pythran.png)Pythran](https://github.com/serge-sans-paille/pythran) - [![](assets/xarray.png)xarray](https://xarray.pydata.org/) - [![](assets/dateutil.png)dateutil](https://github.com/dateutil/dateutil) diff --git a/assets/fonttools.png b/assets/fonttools.png new file mode 100644 index 0000000..47d5765 Binary files /dev/null and b/assets/fonttools.png differ diff --git a/site.js b/site.js index 7194385..297de06 100644 --- a/site.js +++ b/site.js @@ -254,6 +254,11 @@ $(document).ready(function (){ {content: '7.x', start: '2017-09-09', end: '2018-09-26', py2: true}, {content: '8.x', start: '2018-09-28', end: '2023-12-31', py2: false}, ], + 'FontTools':[ + {content: 'Py 2 & 3 full', start: '2014-09-24', end:'2018-12-31', py2:true}, + {content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-06-30', py2:true}, + {content: 'Py 3 full', start: '2019-01-01', end:'2023-12-31'}, + ], // for tests, rando example //'matplotlib':[