app-doc/geeknote: Python 3.12 is not working - set max to 3.11

Because of Apache Thrift problem, see 6f8c99e981 (r143063857)

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich 2024-06-21 05:01:59 +04:00
parent d322806ea3
commit ca617d90a1
No known key found for this signature in database
GPG Key ID: E91CC56723EE101E
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit bash-completion-r1 distutils-r1 git-r3