Skip to content

Commit 78ca7a6

Browse files
author
rocky
committed
Update magics for latest Python versions
1 parent 47e3b6c commit 78ca7a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

xdis/magics.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -561,21 +561,21 @@ def add_canonic_versions(release_versions: str, canonic):
561561
add_canonic_versions(
562562
"3.9 3.9.0 3.9.1 3.9.2 3.9.3 3.9.4 3.9.5 3.9.6 3.9.7 3.9.8 3.9.9 3.9.10 3.9.11 "
563563
"3.9.12 3.9.13 3.9.14 3.9.14 3.9.15 3.9.16 3.9.17 3.9.18 3.9.19 3.9.10pypy 3.9.11pypy 3.9.12pypy "
564-
"3.9.15pypy 3.9.16pypy 3.9.0b5+ 3.9.17 3.9.18 3.9.19 3.9.20",
564+
"3.9.15pypy 3.9.16pypy 3.9.0b5+ 3.9.17 3.9.18 3.9.19 3.9.20 3.9.21 3.9.22 3.9.23",
565565
"3.9.0beta5",
566566
)
567567

568568
add_canonic_versions(
569569
"3.10 3.10.0 3.10.1 3.10.2 3.10.3 3.10.4 3.10.5 3.10.6 3.10.7 3.10.8 3.10.9 "
570-
"3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.16 3.10.17",
570+
"3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.16 3.10.17 3.10.18",
571571
"3.10.0rc2",
572572
)
573573

574574
add_canonic_versions("3.10.13Graal", "3.10.8Graal")
575575

576576
add_canonic_versions(
577577
"3.11 3.11.0 3.11.1 3.11.2 3.11.3 3.11.4 3.11.5 3.11.6 3.11.7 3.11.8 3.11.9 3.11.10 "
578-
"3.11.11 3.11.12",
578+
"3.11.11 3.11.12 3.11.13",
579579
"3.11a7e",
580580
)
581581

@@ -585,7 +585,7 @@ def add_canonic_versions(release_versions: str, canonic):
585585
)
586586

587587
add_canonic_versions(
588-
"3.13 3.13.0 3.13.1 3.13.2 3.13.3",
588+
"3.13 3.13.0 3.13.1 3.13.2 3.13.3 3.13.4 3.13.5",
589589
"3.13.0rc3",
590590
)
591591

0 commit comments

Comments
 (0)