Skip to content

Commit 8ca21d8

Browse files
author
rocky
committed
Note Python 3.13.3 3.11.12, and 3.10.17
1 parent 7c6fefa commit 8ca21d8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

xdis/magics.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -560,24 +560,25 @@ 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 3.10.16",
563+
"3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.16 3.10.17",
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 3.11.11",
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 "
571+
"3.11.11 3.11.12",
571572
"3.11a7e",
572573
)
573574

574575
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 3.12.8 3.12.9",
576+
"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 3.12.9 3.12.10",
576577
"3.12.0rc2",
577578
)
578579

579580
add_canonic_versions(
580-
"3.13 3.13.0 3.13.1",
581+
"3.13 3.13.0 3.13.1 3.13.2 3.13.3",
581582
"3.13.0rc3",
582583
)
583584

0 commit comments

Comments
 (0)