From 906e418c891e3465b04b0bb43ef636e59a923762 Mon Sep 17 00:00:00 2001 From: Michael Evans Date: Sat, 26 Jul 2025 15:49:06 +0200 Subject: [PATCH] docs: Clarify minimum PyGObject version The Gio.Application create_asyncio_task method is added in PyGObject 3.51.0. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdd5adef..ba38ef80 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ sudo apt-get install dialect ### Requirements - Python 3 (>=3.10) `python` -- PyGObject `python-gobject` +- PyGObject (>=3.51.0) `python-gobject` - GTK4 (>= 4.16.0) `gtk4` - libadwaita (>= 1.6.0) `libadwaita` - libsoup (>= 3.0) `libsoup`