meson: Bump python3_minver to 3.10
Pygobject requires 3.9 which already reached EOL. Pycairo requires 3.10 which is lower than on Bookworm.
This commit is contained in:
parent
37c11d1748
commit
c77e0b7faa
1 changed files with 1 additions and 1 deletions
|
|
@ -1184,7 +1184,7 @@ perl = find_program('perl5', 'perl', 'perl5.005', 'perl5.004', 'perl')
|
|||
|
||||
## Python
|
||||
|
||||
python3_minver = '>=3.6'
|
||||
python3_minver = '>=3.10'
|
||||
|
||||
pygobject_minver = '>=3.0'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue