Skip to content

Commit 3af80cf

Browse files
author
rocky
committed
Add pypy3.6.12 to magics
1 parent 72990b1 commit 3af80cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdis/magics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def add_canonic_versions(release_versions: str, canonic):
529529
add_canonic_versions("3.2.5pypy", "3.2pypy")
530530
add_canonic_versions("3.3.5pypy", "3.3pypy")
531531
add_canonic_versions("3.5.3pypy", "3.5pypy")
532-
add_canonic_versions("3.6.9pypy", "3.6pypy")
532+
add_canonic_versions("3.6.9pypy 3.6.12pypy", "3.6pypy")
533533
add_canonic_versions("3.7.0pypy 3.7.9pypy 3.7.10pypy 3.7.12pypy 3.7.13pypy", "3.7pypy")
534534
add_canonic_versions("3.8.0pypy 3.8.12pypy 3.8.13pypy 3.8.15pypy", "3.8.12pypy")
535535
add_canonic_versions("3.8.16pypy", "3.8pypy")

0 commit comments

Comments
 (0)