From a0cf9959bd61a26cdb65d21f934af101c5095c4d Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sun, 4 May 2025 19:09:03 +0500 Subject: [PATCH] app-text/OCRmyPDF: enable py3.13 Signed-off-by: Anna (cybertailor) Vyalkova --- app-text/OCRmyPDF/OCRmyPDF-16.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/OCRmyPDF/OCRmyPDF-16.10.0.ebuild b/app-text/OCRmyPDF/OCRmyPDF-16.10.0.ebuild index 26d12106d4..be4a2de0d1 100644 --- a/app-text/OCRmyPDF/OCRmyPDF-16.10.0.ebuild +++ b/app-text/OCRmyPDF/OCRmyPDF-16.10.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 optfeature pypi shell-completion