Skip to content

Commit

Permalink
Merge pull request #2566 from rmartin16/readme-updates
Browse files Browse the repository at this point in the history
Update README's supported Ubuntu/Fedora versions
  • Loading branch information
freakboy3742 committed May 12, 2024
2 parents b86b462 + ef1b303 commit d357219
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down
1 change: 1 addition & 0 deletions changes/2566.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The minimum supported Linux release requirements were updated to Ubuntu 20.04 or Fedora 32.
2 changes: 1 addition & 1 deletion docs/reference/platforms/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit d357219

Please sign in to comment.