Drop support for EOL systems and update instructions to use Python 3.8.8 (#4864)

* Drop support for EOL systems (Fedora 31, openSUSE Leap 15.1)

* Bump Python in Windows and pyenv install guides to 3.8.8
This commit is contained in:
jack1142 2021-02-28 15:45:48 +01:00 committed by GitHub
parent 9bb61ba882
commit 7126482449
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -120,7 +120,7 @@ Complete the rest of the installation by `installing Python 3.8 with pyenv <inst
Fedora Linux
~~~~~~~~~~~~
Fedora Linux 31 and above has all required packages available in official repositories. Install
Fedora Linux 32 and above has all required packages available in official repositories. Install
them with dnf:
.. code-block:: none
@ -165,10 +165,10 @@ Continue by `creating-venv-linux`.
openSUSE
~~~~~~~~
openSUSE Leap 15.1+
openSUSE Leap 15.2+
*******************
We recommend installing a community package to get Python 3.8 on openSUSE Leap 15.1+. This package will
We recommend installing a community package to get Python 3.8 on openSUSE Leap 15.2+. This package will
be installed to the ``/opt`` directory.
First, add the Opt-Python community repository:
@ -323,7 +323,7 @@ Then run the following command:
.. code-block:: none
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.7 -v
CONFIGURE_OPTS=--enable-optimizations pyenv install 3.8.8 -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
@ -335,7 +335,7 @@ After that is finished, run:
.. code-block:: none
pyenv global 3.8.7
pyenv global 3.8.8
Pyenv is now installed and your system should be configured to run Python 3.8.

View File

@ -40,7 +40,7 @@ Then run each of the following commands:
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y
choco upgrade visualstudio2019-workload-vctools -y
choco upgrade python3 -y --version 3.8.7
choco upgrade python3 -y --version 3.8.8
For Audio support, you should also run the following command before exiting: