Skip to content

Commit e2f7b61

Browse files
committed
Python 3.7
1 parent 0cea05d commit e2f7b61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: versions.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# latest pypy versions for each python version
2+
3+
PYPY_VERSIONS = {
4+
'3.7': '7.3.9',
5+
}

0 commit comments

Comments
 (0)