From be610aa6b330385494aee68277df03fc37d90c0f Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 2 Oct 2019 13:46:56 -0400 Subject: [PATCH] Bump min xdis version... And testing versions --- __pkginfo__.py | 2 +- admin-tools/pyenv-newer-versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index 44a342f6..58b46e4d 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -58,7 +58,7 @@ entry_points = { ]} ftp_url = None install_requires = ["spark-parser >= 1.8.9, < 1.9.0", - "xdis >= 4.0.3, < 4.1.0"] + "xdis >= 4.0.4, < 4.1.0"] license = "GPL3" mailing_list = "python-debugger@googlegroups.com" diff --git a/admin-tools/pyenv-newer-versions b/admin-tools/pyenv-newer-versions index fb2b73de..03900e8c 100644 --- a/admin-tools/pyenv-newer-versions +++ b/admin-tools/pyenv-newer-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.9 3.7.4 2.6.9 3.3.7 2.7.16 3.2.6 3.1.5 3.4.9' +export PYVERSIONS='3.6.9 3.7.4 2.6.9 3.3.7 2.7.16 3.2.6 3.1.5 3.4.10 3.5.7'