diff --git a/admin-tools/pyenv-newest-versions b/admin-tools/pyenv-newest-versions index 32eac16d..3c3c193b 100644 --- a/admin-tools/pyenv-newest-versions +++ b/admin-tools/pyenv-newest-versions @@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then echo "This script should be *sourced* rather than run directly through bash" exit 1 fi -export PYVERSIONS='3.6.14 pypy3.6-7.3.1 3.7.11 pypy3.7-7.3.5 3.8.11 3.9.7' +export PYVERSIONS='3.6.15 pypy3.6-7.3.1 3.7.12 pypy3.7-7.3.5 3.8.11 3.9.7' diff --git a/xdis/magics.py b/xdis/magics.py index f2d8b299..4f901cd3 100755 --- a/xdis/magics.py +++ b/xdis/magics.py @@ -375,7 +375,7 @@ def add_canonic_versions(versions, canonic): ) add_canonic_versions( "3.6b2 3.6 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 " - "3.6.9 3.6.10 3.6.11 3.6.12 3.6.13 3.6.14", + "3.6.9 3.6.10 3.6.11 3.6.12 3.6.13 3.6.14 3.6.15", "3.6rc1", ) @@ -393,7 +393,7 @@ def add_canonic_versions(versions, canonic): add_canonic_versions("3.7.0alpha3", "3.7.0alpha3") add_canonic_versions( "3.7 3.7.0beta5 3.7.1 3.7.2 3.7.3 3.7.4 3.7.5 3.7.6 3.7.7 3.7.8 3.7.9 " - "3.7.10 3.7.11", + "3.7.10 3.7.11 3.7.12", "3.7.0", ) add_canonic_versions("3.8.0alpha0 3.8.0alpha3 3.8.0a0", "3.8.0a3+")