Speech history plugin added. Code and documentation audit completed. Preparing for tagged release.

This commit is contained in:
Storm Dragon
2025-12-22 19:43:41 -05:00
parent 10b3592173
commit 200faa9e36
19 changed files with 773 additions and 367 deletions

View File

@@ -6,7 +6,7 @@ project('cthulhu',
python = import('python')
i18n = import('i18n')
python_minimum_version = '3.3'
python_minimum_version = '3.10'
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.')
@@ -121,4 +121,4 @@ subdir('icons')
subdir('po')
subdir('src')
summary(summary)
summary(summary)