Skip to content

Commit 9ef9abf

Browse files
committed
Add PyInstaller.
1 parent d593248 commit 9ef9abf

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ These projects pledge to drop Python 2 support in or before 2020.
3232
- [![](assets/kivy.png)Kivy](https://kivy.org/) <!-- url:https://github.com/kivy/kivy sg:9413 -->
3333
- [![](assets/pelican.png)Pelican](https://getpelican.com/) <!-- url:https://github.com/getpelican/pelican sg:9202 -->
3434
- [![](assets/pillow.png)Pillow](https://github.com/python-pillow/Pillow) <!-- url:https://github.com/python-pillow/Pillow sg:6309 -->
35+
- [![](assets/pyinstaller.png)PyInstaller](https://github.com/pyinstaller/pyinstaller) <!-- url:https://github.com/pyinstaller/pyinstaller sg:6035 -->
3536
- [![](assets/scipyshiny_small.png)SciPy](https://www.scipy.org/) <!-- url:https://github.com/scipy/scipy sg:5942 -->
3637
- [![](assets/sympy.png)SymPy](https://www.sympy.org/) <!-- url:https://github.com/sympy/sympy sg:5941 -->
3738
- [![](assets/jupyter.png)Jupyter notebook](https://jupyter.org) <!-- url:https://github.com/jupyter/notebook sg:5920 -->

assets/pyinstaller.png

15.7 KB
Loading

site.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,16 @@ $(document).ready(function (){
149149
{content: 'Python 2 & 3', start: '2013-03-15', end:'2019-12-31', py2:true},
150150
{content: 'Python 3 only', start: '2020-01-01', end:'2023-12-31'},
151151
],
152+
'PyInstaller':[
153+
{content: 'Python 2.7', start: '2011-05-05', end:'2019-12-31', py2:true},
154+
{content: 'Python 3.3', start: '2015-10-04', end:'2018-09-09'},
155+
{content: 'Python 3.4', start: '2015-10-04', end:'2019-07-09'},
156+
// EOL for Python 3.5 - 3.7 not announced yet; project 5 years
157+
// from initial release to follow CPython policy.
158+
{content: 'Python 3.5', start: '2015-10-04', end:'2020-09-30'},
159+
{content: 'Python 3.6', start: '2017-09-21', end:'2021-12-31'},
160+
{content: 'Python 3.7', start: '2018-09-09', end:'2023-06-30'},
161+
],
152162
'Scipy':[
153163
{content: 'Py 2 & 3 full', start: '2010-08-31', end:'2018-12-31', py2:true},
154164
{content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-12-31', py2:true},

0 commit comments

Comments
 (0)