saghul / pythonz

Python installation manager supporting CPython, Stackless, PyPy and Jython
http://saghul.github.io/pythonz
MIT License
749 stars 69 forks source link

Add CPython 3.6.11 and 3.7.8 #163

Closed ifduyue closed 4 years ago

ifduyue commented 4 years ago

https://pythoninsider.blogspot.com/2020/06/python-378-and-3611-now-available-last.html

$ wget -q  https://www.python.org/ftp/python/3.6.11/Python-3.6.11.tgz  https://www.python.org/ftp/python/3.7.8/Python-3.7.8.tgz
$ sha256sum Python-*.tgz | perl -pn -e 's|Python-||;' -e 's|\.tgz$||'  | awk '{print "'\''" $2 "'\'': '\''" $1 "'\'',"}'
'3.6.11': '96621902f89746fffc22f39749c07da7c2917b232e72352e6837d41850f7b90c',
'3.7.8': '0e25835614dc221e3ecea5831b38fa90788b5389b99b675a751414c858789ab0',