Skip to content

Commit f44aef0

Browse files
committed
Python 3.8
1 parent e2f7b61 commit f44aef0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

versions.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# latest pypy versions for each python version
22

3-
PYPY_VERSIONS = {
3+
LATEST_PYPY = '7.3.13'
4+
5+
PYTHON_TO_PYPY = {
46
'3.7': '7.3.9',
7+
'3.8': '7.3.11',
58
}

0 commit comments

Comments
 (0)