Skip to content

Commit a181747

Browse files
committed
downloads: upgrade to CPython 3.9.0 final
This was released today. Let's use the final release instead of the release candidate.
1 parent 3fe9cb9 commit a181747

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
@@ -71,10 +71,10 @@
7171
"python_tag": "cp38",
7272
},
7373
"cpython-3.9": {
74-
"url": "https://www.python.org/ftp/python/3.9.0/Python-3.9.0rc2.tar.xz",
75-
"size": 18802576,
76-
"sha256": "80b57c11f60dc1f46a408b1543f04ed52e6475ed5e597b4c23f3fd65f0b729ba",
77-
"version": "3.9.0rc2",
74+
"url": "https://www.python.org/ftp/python/3.9.0/Python-3.9.0.tar.xz",
75+
"size": 18866140,
76+
"sha256": "9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854",
77+
"version": "3.9.0",
7878
"licenses": ["Python-2.0", "CNRI-Python"],
7979
"license_file": "LICENSE.cpython.txt",
8080
"python_tag": "cp39",

0 commit comments

Comments
 (0)