We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44aef0 commit 64bf1f0Copy full SHA for 64bf1f0
versions.py
@@ -5,4 +5,5 @@
5
PYTHON_TO_PYPY = {
6
'3.7': '7.3.9',
7
'3.8': '7.3.11',
8
+ '3.9': LATEST_PYPY,
9
}
0 commit comments