From c7b868e1085cd3b48a78faee10c75846bf0cfa8b Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 31 Jul 2021 20:59:53 -0400 Subject: [PATCH] Bump Python version we test and build on --- admin-tools/pyenv-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-tools/pyenv-versions b/admin-tools/pyenv-versions index a7d002461..c410e71fd 100644 --- a/admin-tools/pyenv-versions +++ b/admin-tools/pyenv-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.13 3.7.10 3.8.10 3.9.5' \ No newline at end of file +export PYVERSIONS='3.6.14 3.7.11 3.8.11 3.9.6'