Skip to content

Commit

Permalink
downloads: CPython 3.8.17 -> 3.8.18
Browse files Browse the repository at this point in the history
I failed to pick up the latest 3.8 release for the coordinated security
release in August. Epic fail on my part.
  • Loading branch information
indygreg committed Sep 16, 2023
1 parent 93ee263 commit 8e4eb25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pythonbuild/downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"license_file": "LICENSE.bzip2.txt",
},
"cpython-3.8": {
"url": "https://www.python.org/ftp/python/3.8.17/Python-3.8.17.tar.xz",
"size": 20696584,
"sha256": "2e54b0c68191f16552f6de2e97a2396540572a219f6bbb28591a137cecc490a9",
"version": "3.8.17",
"url": "https://www.python.org/ftp/python/3.8.18/Python-3.8.18.tar.xz",
"size": 20696952,
"sha256": "3ffb71cd349a326ba7b2fadc7e7df86ba577dd9c4917e52a8401adbda7405e3f",
"version": "3.8.18",
"licenses": ["Python-2.0", "CNRI-Python"],
"license_file": "LICENSE.cpython.txt",
"python_tag": "cp38",
Expand Down

0 comments on commit 8e4eb25

Please sign in to comment.