Skip to content
Snippets Groups Projects
Commit 4f1ba653 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Raise min GTK version to 3.22

parent 5353f770
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment