Try to make Cthulhu python 3.9 compatible. Fixed keybinding and notifications bugs.
This commit is contained in:
@@ -6,7 +6,7 @@ project('cthulhu',
|
||||
python = import('python')
|
||||
i18n = import('i18n')
|
||||
|
||||
python_minimum_version = '3.10'
|
||||
python_minimum_version = '3.9'
|
||||
python3 = python.find_installation('python3', required: true)
|
||||
if not python3.language_version().version_compare(f'>= @python_minimum_version@')
|
||||
error(f'Python @python_minimum_version@ or newer is required.')
|
||||
|
||||
Reference in New Issue
Block a user