Update README's supported Ubuntu/Fedora versions
This commit is contained in:
parent
b86b46231b
commit
ef1b303d72
3 changed files with 8 additions and 7 deletions
12
README.rst
12
README.rst
|
|
@ -38,20 +38,20 @@ A Python native, OS native GUI toolkit.
|
|||
Minimum requirements
|
||||
--------------------
|
||||
|
||||
* Toga requires **Python 3.8 or higher**. Python 2 is not supported.
|
||||
* Toga requires **Python 3.8 or higher**.
|
||||
|
||||
* If you're on macOS, you need to be on 11 (Big Sur) or newer.
|
||||
|
||||
* If you're on Windows, you'll need Windows 10 or newer. If you are using
|
||||
Windows 10 and want to use a WebView to display web content, you will also
|
||||
need to install the `Edge WebView2 Evergreen
|
||||
Runtime. <https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section>`__
|
||||
need to install the `Edge WebView2 Evergreen Runtime
|
||||
<https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section>`__.
|
||||
Windows 11 has this runtime installed by default.
|
||||
|
||||
* If you're on Linux (or another Unix-based operating system), you need to have
|
||||
GTK+ 3.10 or newer. This is the version that ships starting with Ubuntu 14.04
|
||||
and Fedora 20. You also need to install the system packages listed
|
||||
in `Tutorial 0 <docs/tutorial/tutorial-0.rst>`__.
|
||||
GTK+ >= 3.24 and glib >= 2.64. These are available starting with Ubuntu 20.04 and
|
||||
Fedora 32. You also need to install the system packages listed in `Linux platform
|
||||
documentation <https://toga.readthedocs.io/en/latest/reference/platforms/linux.html#prerequisites>`__.
|
||||
|
||||
Quickstart
|
||||
----------
|
||||
|
|
|
|||
1
changes/2566.doc.rst
Normal file
1
changes/2566.doc.rst
Normal file
|
|
@ -0,0 +1 @@
|
|||
The minimum supported Linux release requirements were updated to Ubuntu 20.04 or Fedora 32.
|
||||
|
|
@ -29,7 +29,7 @@ Prerequisites
|
|||
|
||||
``toga-gtk`` requires GTK 3.22 or newer. Most testing occurs with GTK 3.24 as this is
|
||||
the version that has shipped with all versions of Ubuntu since Ubuntu 20.04, and all
|
||||
versions of Fedora since Fedora 29.
|
||||
versions of Fedora since Fedora 32.
|
||||
|
||||
The system packages that provide GTK must be installed manually:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue