saghul / pythonz

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

Add Python 3.7.4 #146

Closed ifduyue closed 4 years ago

ifduyue commented 4 years ago

https://blog.python.org/2019/07/python-374-is-now-available.html

$ wget -q https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz
$ echo Python-*.tgz | xargs sha256sum | perl -pn -e 's|Python-||;' -e 's|\.tgz$||'  | awk '{print "'\''" $2 "'\'': '\''" $1 "'\'',"}'
'3.7.4': 'd63e63e14e6d29e17490abbe6f7d17afb3db182dbd801229f14e55f4157c4ba3',