Skip to content

Commit 3b70ca1

Browse files
committed
Add CPython 3.8.7
https://www.python.org/downloads/release/python-387/ ```bash $ wget -q https://www.python.org/ftp/python/3.8.7/Python-3.8.7.tgz $ sha256sum Python-*.tgz | perl -pn -e 's|Python-||;' -e 's|\.tgz$||' | awk '{print "'\''" $2 "'\'': '\''" $1 "'\'',"}' '3.8.7': '20e5a04262f0af2eb9c19240d7ec368f385788bba2d8dfba7e74b20bab4d2bac', ```
1 parent 12b7e7a commit 3b70ca1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonz/installer/versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
'3.8.4': '32c4d9817ef11793da4d0d95b3191c4db81d2e45544614e8449255ca9ae3cc18',
117117
'3.8.5': '015115023c382eb6ab83d512762fe3c5502fa0c6c52ffebc4831c4e1a06ffc49',
118118
'3.8.6': '313562ee9986dc369cd678011bdfd9800ef62fbf7b1496228a18f86b36428c21',
119+
'3.8.7': '20e5a04262f0af2eb9c19240d7ec368f385788bba2d8dfba7e74b20bab4d2bac',
119120
'3.9.0': 'df796b2dc8ef085edae2597a41c1c0a63625ebd92487adaef2fed22b567873e8',
120121
'3.9.1': '29cb91ba038346da0bd9ab84a0a55a845d872c341a4da6879f462e94c741f117'
121122
},

0 commit comments

Comments
 (0)