Index: gnome-music-40.1.1/meson.build =================================================================== --- gnome-music-40.1.1.orig/meson.build +++ gnome-music-40.1.1/meson.build @@ -16,9 +16,8 @@ if not py_installation.found() error('No valid python3 binary found') endif -# Python 3.7 is needed for postponed evalution of annotations -if not py_installation.language_version().version_compare('>= 3.7') - error('Python 3.7 or newer is required.') +if not py_installation.language_version().version_compare('>= 3.6') + error('Python 3.6 or newer is required.') endif # Constants