diff --git a/meson.build b/meson.build index d52bb01bd..088edbedc 100644 --- a/meson.build +++ b/meson.build @@ -1994,7 +1994,7 @@ python = import('python').find_installation('python3') python_name = 'python3' 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