[gobject-introspection: 1/3] Require Python 3.5




commit 3e5eece5e1e5d77d2c5ea355bc8637549388b9d5
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Sat Nov 7 10:44:16 2020 +0100

    Require Python 3.5
    
    3.4 is long EOL and we don't test it, so don't pretend that we support it.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 3bbcf8deb..546ab885b 100644
--- a/meson.build
+++ b/meson.build
@@ -18,7 +18,7 @@ pymod = import('python')
 python = pymod.find_installation(get_option('python'))
 
 python_version = python.language_version()
-python_version_req = '>=3.4'
+python_version_req = '>=3.5'
 if not python_version.version_compare(python_version_req)
   error('Requires Python @0@, @1@ found.'.format(python_version_req, python_version))
 endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]