We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72990b1 commit 3af80cfCopy full SHA for 3af80cf
xdis/magics.py
@@ -529,7 +529,7 @@ def add_canonic_versions(release_versions: str, canonic):
529
add_canonic_versions("3.2.5pypy", "3.2pypy")
530
add_canonic_versions("3.3.5pypy", "3.3pypy")
531
add_canonic_versions("3.5.3pypy", "3.5pypy")
532
-add_canonic_versions("3.6.9pypy", "3.6pypy")
+add_canonic_versions("3.6.9pypy 3.6.12pypy", "3.6pypy")
533
add_canonic_versions("3.7.0pypy 3.7.9pypy 3.7.10pypy 3.7.12pypy 3.7.13pypy", "3.7pypy")
534
add_canonic_versions("3.8.0pypy 3.8.12pypy 3.8.13pypy 3.8.15pypy", "3.8.12pypy")
535
add_canonic_versions("3.8.16pypy", "3.8pypy")
0 commit comments