We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f7b61 commit f44aef0Copy full SHA for f44aef0
versions.py
@@ -1,5 +1,8 @@
1
# latest pypy versions for each python version
2
3
-PYPY_VERSIONS = {
+LATEST_PYPY = '7.3.13'
4
+
5
+PYTHON_TO_PYPY = {
6
'3.7': '7.3.9',
7
+ '3.8': '7.3.11',
8
}
0 commit comments