Skip to content

Commit

Permalink
Add 3.13.1, 3.10.16, and 3.12.8 to magics
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 9, 2024
1 parent 3af80cf commit 7f9e8d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xdis/magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,24 +560,24 @@ def add_canonic_versions(release_versions: str, canonic):

add_canonic_versions(
"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 "
"3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15",
"3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.16",
"3.10.0rc2",
)

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

add_canonic_versions(
"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 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",
"3.11a7e",
)

add_canonic_versions(
"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 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.0rc2",
)

add_canonic_versions(
"3.13 3.13.0",
"3.13 3.13.0 3.13.1",
"3.13.0rc3",
)

Expand Down

0 comments on commit 7f9e8d5

Please sign in to comment.