diff --git a/xdis/magics.py b/xdis/magics.py index 852a167c..1b00d5ce 100755 --- a/xdis/magics.py +++ b/xdis/magics.py @@ -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", )