File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ def install_pythons(boxname)
243243 return <<-EOF
244244 . ~/.bash_profile
245245 echo "PYTHON_CONFIGURE_OPTS: ${PYTHON_CONFIGURE_OPTS}"
246- pyenv install 3.11.2 # tests, binary build
246+ pyenv install 3.11.5 # tests, binary build
247247 pyenv install 3.10.2 # tests
248248 pyenv install 3.9.10 # tests
249249 pyenv rehash
@@ -263,8 +263,8 @@ def build_pyenv_venv(boxname)
263263 . ~/.bash_profile
264264 cd /vagrant/borg
265265 # use the latest 3.11 release
266- pyenv global 3.11.2
267- pyenv virtualenv 3.11.2 borg-env
266+ pyenv global 3.11.5
267+ pyenv virtualenv 3.11.5 borg-env
268268 ln -s ~/.pyenv/versions/borg-env .
269269 EOF
270270end
@@ -311,8 +311,8 @@ def run_tests(boxname, skip_env)
311311 . ../borg-env/bin/activate
312312 if which pyenv 2> /dev/null; then
313313 # for testing, use the earliest point releases of the supported python versions:
314- pyenv global 3.9.10 3.10.2 3.11.2
315- pyenv local 3.9.10 3.10.2 3.11.2
314+ pyenv global 3.9.10 3.10.2 3.11.5
315+ pyenv local 3.9.10 3.10.2 3.11.5
316316 fi
317317 # otherwise: just use the system python
318318 # some OSes can only run specific test envs, e.g. because they miss FUSE support:
You can’t perform that action at this time.
0 commit comments