Skip to content

Commit 7f9e8d5

Browse files
author
rocky
committed
Add 3.13.1, 3.10.16, and 3.12.8 to magics
1 parent 3af80cf commit 7f9e8d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xdis/magics.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -560,24 +560,24 @@ def add_canonic_versions(release_versions: str, canonic):
560560

561561
add_canonic_versions(
562562
"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 "
563-
"3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15",
563+
"3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.16",
564564
"3.10.0rc2",
565565
)
566566

567567
add_canonic_versions("3.10.13Graal", "3.10.8Graal")
568568

569569
add_canonic_versions(
570-
"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",
570+
"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 3.11.11",
571571
"3.11a7e",
572572
)
573573

574574
add_canonic_versions(
575-
"3.12 3.12.0 3.12.1 3.12.2 3.12.3 3.12.4 3.12.5 3.12.6 3.12.7",
575+
"3.12 3.12.0 3.12.1 3.12.2 3.12.3 3.12.4 3.12.5 3.12.6 3.12.7 3.12.8",
576576
"3.12.0rc2",
577577
)
578578

579579
add_canonic_versions(
580-
"3.13 3.13.0",
580+
"3.13 3.13.0 3.13.1",
581581
"3.13.0rc3",
582582
)
583583

0 commit comments

Comments
 (0)