We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe9cb9 commit a181747Copy full SHA for a181747
pythonbuild/downloads.py
@@ -71,10 +71,10 @@
71
"python_tag": "cp38",
72
},
73
"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",
+ "url": "https://www.python.org/ftp/python/3.9.0/Python-3.9.0.tar.xz",
+ "size": 18866140,
+ "sha256": "9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854",
+ "version": "3.9.0",
78
"licenses": ["Python-2.0", "CNRI-Python"],
79
"license_file": "LICENSE.cpython.txt",
80
"python_tag": "cp39",
0 commit comments