Skip to content

Commit 17be497

Browse files
committed
downloads: update CPython to 3.7.4
It was released yesterday.
1 parent cab7326 commit 17be497

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
@@ -65,10 +65,10 @@
6565
'version': '3.13.2',
6666
},
6767
'cpython-3.7': {
68-
'url': 'https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tar.xz',
69-
'size': 17108364,
70-
'sha256': 'da60b54064d4cfcd9c26576f6df2690e62085123826cff2e667e72a91952d318',
71-
'version': '3.7.3',
68+
'url': 'https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz',
69+
'size': 17131432,
70+
'sha256': 'fb799134b868199930b75f26678f18932214042639cd52b16da7fd134cd9b13f',
71+
'version': '3.7.4',
7272
'licenses': ['Python-2.0', 'CNRI-Python'],
7373
'license_file': 'LICENSE.cpython.txt',
7474
},

0 commit comments

Comments
 (0)