diff --git a/admin-tools/README.md b/admin-tools/README.md index 0dce281f..ea1a9faf 100644 --- a/admin-tools/README.md +++ b/admin-tools/README.md @@ -8,4 +8,15 @@ They are customized to my environment: - I have git repos for xdis, and spark parser at the same level as uncompyle6 There may be other rocky-specific things that need customization. -how-to-make-a-release.txt has overall how I make a release +how-to-make-a-release.md has overall how I make a release + +Since this project uses python over a wide variety of release, some versions +of projects that should be used for specific Python versions + +for 3.2.6: + pytest==2.9.2 + +for 3.1.5 + pytset==2.1.0 + py=1.8.0 and comment out line 10 of _builtin.py # callable = callable + six==1.10.0 diff --git a/admin-tools/pyenv-newer-versions b/admin-tools/pyenv-newer-versions index dc23a44f..bf553cc6 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.5.9 3.6.9 2.6.9 3.3.7 2.7.17 3.2.6 3.1.5 3.4.8 3.7.6 3.8.1' +export PYVERSIONS='3.5.9 3.6.9 2.6.9 3.3.7 2.7.17 3.2.6 3.1.5 3.4.10 3.7.6 3.8.1'