Skip to content

Commit 5b0fdaf

Browse files
committed
downloads: upgrade CPython 3.8 to 3.8.0
3.8.0 has been released. Let's use it.
1 parent 32e5744 commit 5b0fdaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonbuild/downloads.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@
7373
"license_file": "LICENSE.cpython.txt",
7474
},
7575
"cpython-3.8": {
76-
"url": "https://www.python.org/ftp/python/3.8.0/Python-3.8.0b3.tar.xz",
77-
"size": 17768608,
78-
"sha256": "cd7a81efcc9f82e20f9d6a41fd6f9859ddc2a082dcbc3fa62932e53b6f41980f",
79-
"version": "3.8.0b3",
76+
"url": "https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tar.xz",
77+
"size": 17829824,
78+
"sha256": "b356244e13fb5491da890b35b13b2118c3122977c2cd825e3eb6e7d462030d84",
79+
"version": "3.8.0",
8080
"licenses": ["Python-2.0", "CNRI-Python"],
8181
"license_file": "LICENSE.cpython.txt",
8282
},

0 commit comments

Comments
 (0)