Try to make Cthulhu python 3.9 compatible. Fixed keybinding and notifications bugs.

This commit is contained in:
Storm Dragon
2025-12-29 05:17:33 -05:00
parent fee5800220
commit 87786e9c72
34 changed files with 1003 additions and 686 deletions

View File

@@ -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.')