Raise min GTK version to 3.22

This commit is contained in:
Philipp Hörist 2018-03-26 19:40:41 +02:00
parent 5353f770a1
commit 4f1ba653e1
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
- python3.4 or higher
- python3-gi
- python3-gi-cairo
- gir1.2-gtk-3.0
- gir1.2-gtk-3.0 (>=3.22)
- python3-nbxmpp
- python3-openssl (>=0.14)
- python3-pyasn1

View File

@ -56,7 +56,7 @@ from gajim.common import i18n
from gajim.common import logging_helpers
MIN_NBXMPP_VER = "0.6.4"
MIN_GTK_VER = "3.20.0"
MIN_GTK_VER = "3.22.0"
class GajimApplication(Gtk.Application):