From f9f965a2868b95dc658c4cd6ebf2e612ebb71987 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 16 Apr 2023 11:24:13 -0400 Subject: [PATCH] Add 3.10.11 --- xdis/magics.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/xdis/magics.py b/xdis/magics.py index 327da3df..a4522338 100755 --- a/xdis/magics.py +++ b/xdis/magics.py @@ -483,21 +483,23 @@ def add_canonic_versions(versions, canonic): ) add_canonic_versions("3.8.0alpha0 3.8.0alpha3 3.8.0a0", "3.8.0a3+") add_canonic_versions( - "3.8b4 3.8.0candidate1 3.8 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.8.6 3.8.7 3.8.8 3.8.9 " - "3.8.10 3.8.11 3.8.12 3.8.13 3.8.14 3.8.15 3.8.16", + "3.8b4 3.8.0candidate1 3.8 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.8.6 3.8.7 3.8.8 " + "3.8.9 3.8.10 3.8.11 3.8.12 3.8.13 3.8.14 3.8.15 3.8.16", "3.8.0rc1+", ) add_canonic_versions( "3.9 3.9.0 3.9.0a1+ 3.9.0a2+ 3.9.0alpha1 3.9.0alpha2", "3.9.0alpha1" ) add_canonic_versions( - "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 3.9.12 3.9.13 3.9.14 " - "3.9.14 3.9.15 3.9.16 3.9.10pypy 3.9.11pypy 3.9.12pypy 3.9.15pypy 3.9.16pypy 3.9.0b5+", + "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 " + "3.9.12 3.9.13 3.9.14 3.9.14 3.9.15 3.9.16 3.9.10pypy 3.9.11pypy 3.9.12pypy " + "3.9.15pypy 3.9.16pypy 3.9.0b5+", "3.9.0beta5", ) 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 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.0rc2", )