diff --git a/_sections/30-projects.md b/_sections/30-projects.md index cb4007a..d8bd146 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -32,6 +32,7 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/kivy.png)Kivy](https://kivy.org/) - [![](assets/pelican.png)Pelican](https://getpelican.com/) - [![](assets/pillow.png)Pillow](https://github.com/python-pillow/Pillow) +- [![](assets/pyinstaller.png)PyInstaller](https://github.com/pyinstaller/pyinstaller) - [![](assets/scipyshiny_small.png)SciPy](https://www.scipy.org/) - [![](assets/sympy.png)SymPy](https://www.sympy.org/) - [![](assets/jupyter.png)Jupyter notebook](https://jupyter.org) diff --git a/assets/pyinstaller.png b/assets/pyinstaller.png new file mode 100644 index 0000000..f35e608 Binary files /dev/null and b/assets/pyinstaller.png differ diff --git a/site.js b/site.js index 880b49d..f2aa911 100644 --- a/site.js +++ b/site.js @@ -149,6 +149,16 @@ $(document).ready(function (){ {content: 'Python 2 & 3', start: '2013-03-15', end:'2019-12-31', py2:true}, {content: 'Python 3 only', start: '2020-01-01', end:'2023-12-31'}, ], + 'PyInstaller':[ + {content: 'Python 2.7', start: '2011-05-05', end:'2019-12-31', py2:true}, + {content: 'Python 3.3', start: '2015-10-04', end:'2018-09-09'}, + {content: 'Python 3.4', start: '2015-10-04', end:'2019-07-09'}, + // EOL for Python 3.5 - 3.7 not announced yet; project 5 years + // from initial release to follow CPython policy. + {content: 'Python 3.5', start: '2015-10-04', end:'2020-09-30'}, + {content: 'Python 3.6', start: '2017-09-21', end:'2021-12-31'}, + {content: 'Python 3.7', start: '2018-09-09', end:'2023-06-30'}, + ], 'Scipy':[ {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},