app-text/OCRmyPDF: disable py3.11

dev-python/coloredlogs doesn't support py3.11, so this package also
can't publish py3.11 support.

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-10-29 08:50:40 +03:00
parent 00191f0eb1
commit bbe984a460

View File

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