We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cea05d commit e2f7b61Copy full SHA for e2f7b61
versions.py
@@ -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