From d844c6f1f88fcf16774324a7f0d767aa88af0791 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sun, 27 Aug 2023 23:31:21 +0200 Subject: [PATCH] Bump Python versions in pyenv instructions (#6241) --- docs/install_guides/_includes/install-python310-pyenv.rst | 4 ++-- docs/install_guides/_includes/install-python39-pyenv.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install_guides/_includes/install-python310-pyenv.rst b/docs/install_guides/_includes/install-python310-pyenv.rst index f7a091321..c41606821 100644 --- a/docs/install_guides/_includes/install-python310-pyenv.rst +++ b/docs/install_guides/_includes/install-python310-pyenv.rst @@ -10,7 +10,7 @@ virtual environment. .. prompt:: bash - CONFIGURE_OPTS=--enable-optimizations pyenv install 3.10.12 -v + CONFIGURE_OPTS=--enable-optimizations pyenv install 3.10.13 -v This may take a long time to complete, depending on your hardware. For some machines (such as Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove @@ -22,6 +22,6 @@ After that is finished, run: .. prompt:: bash - pyenv global 3.10.12 + pyenv global 3.10.13 Pyenv is now installed and your system should be configured to run Python 3.10. diff --git a/docs/install_guides/_includes/install-python39-pyenv.rst b/docs/install_guides/_includes/install-python39-pyenv.rst index aa0cd9e53..6840e4b35 100644 --- a/docs/install_guides/_includes/install-python39-pyenv.rst +++ b/docs/install_guides/_includes/install-python39-pyenv.rst @@ -10,7 +10,7 @@ virtual environment. .. prompt:: bash - CONFIGURE_OPTS=--enable-optimizations pyenv install 3.9.17 -v + CONFIGURE_OPTS=--enable-optimizations pyenv install 3.9.18 -v This may take a long time to complete, depending on your hardware. For some machines (such as Raspberry Pis and micro-tier VPSes), it may take over an hour; in this case, you may wish to remove @@ -22,6 +22,6 @@ After that is finished, run: .. prompt:: bash - pyenv global 3.9.17 + pyenv global 3.9.18 Pyenv is now installed and your system should be configured to run Python 3.9.