summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build4
-rwxr-xr-xsetup.py4
2 files changed, 4 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index f7371b37..9126c0fc 100644
--- a/meson.build
+++ b/meson.build
@@ -21,8 +21,8 @@ endif
python_dep = python.dependency()
-glib_version_req = '>= 2.56.0'
-gi_version_req = '>= 1.60.0'
+glib_version_req = '>= 2.64.0'
+gi_version_req = '>= 1.64.0'
pycairo_version_req = '>= 1.16.0'
libffi_version_req = '>= 3.0'
diff --git a/setup.py b/setup.py
index 709b5605..4cd79ed9 100755
--- a/setup.py
+++ b/setup.py
@@ -37,8 +37,8 @@ from distutils.spawn import find_executable
PYGOBJECT_VERSION = "3.45.0"
-GLIB_VERSION_REQUIRED = "2.56.0"
-GI_VERSION_REQUIRED = "1.60.0"
+GLIB_VERSION_REQUIRED = "2.64.0"
+GI_VERSION_REQUIRED = "1.64.0"
PYCAIRO_VERSION_REQUIRED = "1.16.0"
LIBFFI_VERSION_REQUIRED = "3.0"