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 CPython 3.9.1 #170

Closed ifduyue closed 3 years ago

ifduyue commented 3 years ago

https://www.python.org/downloads/release/python-391/

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