Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README's supported Ubuntu/Fedora versions #2566

Merged
merged 1 commit into from
May 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading