Skip to content

Commit 1214bfa

Browse files
committed
Add Pillow (★ 6,015) before Scipy (★ 5,616)
1 parent ea22c43 commit 1214bfa

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
@@ -19,6 +19,7 @@ These projects pledge to drop Python 2 support in or before 2020.
1919
- [![](assets/kivy.png)Kivy](https://kivy.org/)
2020
- [![](assets/matplotlib.png)Matplotlib](https://matplotlib.org/)
2121
- [![](assets/numpylogoicon.svg)NumPy](https://www.numpy.org/)
22+
- [![](assets/pillow.png)Pillow](https://github.com/python-pillow/Pillow)
2223
- [![](assets/scipyshiny_small.png)SciPy](https://www.scipy.org/)
2324
- [![](assets/ccxt.png)ccxt](https://github.com/ccxt/ccxt)
2425
- [![](assets/zulip.png)Zulip](https://zulip.org)

assets/pillow.png

14.2 KB
Loading

site.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ $(document).ready(function (){
137137
{content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-12-31', py2:true},
138138
{content: 'Py 3 full', start: '2019-01-01', end:'2021-12-16'},
139139
],
140+
'Pillow':[
141+
{content: 'Python 2 & 3', start: '2013-03-15', end:'2019-12-31', py2:true},
142+
{content: 'Python 3 only', start: '2020-01-01', end:'2023-12-31'},
143+
],
140144
'Scipy':[
141145
{content: 'Py 2 & 3 full', start: '2010-08-31', end:'2018-12-31', py2:true},
142146
{content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-12-31', py2:true},

0 commit comments

Comments
 (0)