Build with python 3.8

This commit is contained in:
Kovid Goyal 2019-11-18 08:13:26 +05:30
parent 9ff27782de
commit f3062760ab
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -156,14 +156,9 @@
{ {
"name": "python", "name": "python",
"unix": { "unix": {
"filename": "Python-2.7.16.tar.xz", "filename": "Python-3.8.0.tar.xz",
"hash": "sha256:f222ef602647eecb6853681156d32de4450a2c39f4de93bd5b20235f2e660ed7", "hash": "sha256:b356244e13fb5491da890b35b13b2118c3122977c2cd825e3eb6e7d462030d84",
"urls": ["https://www.python.org/ftp/python/2.7.16/{filename}"] "urls": ["https://www.python.org/ftp/python/3.8.0/{filename}"]
},
"windows": {
"filename":"python-584870604fd8524e17bc2c067595b0210411319e.tar.gz",
"hash":"sha256:4f1833cac526f209de5b428d517cbd7a7923f13b89ba056e239dd8aa15894b7d",
"urls":["github:kovidgoyal/cpython"]
} }
}, },