Skip to content

Commit

Permalink
Add Python versions 3.6.15 and 3.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Sep 21, 2021
1 parent 509b415 commit efa71e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin-tools/pyenv-newest-versions
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions xdis/magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand All @@ -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+")
Expand Down

0 comments on commit efa71e3

Please sign in to comment.