Speech history plugin added. Code and documentation audit completed. Preparing for tagged release.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user