commit: 9620b5b02bd498dfdada2518381379b6e74f67e9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:03:17 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 18:03:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9620b5b0
app-text/xapers: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-text/xapers/xapers-0.9.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/xapers/xapers-0.9.3.ebuild
b/app-text/xapers/xapers-0.9.3.ebuild
index 88180129cdd0..8c227a5c7305 100644
--- a/app-text/xapers/xapers-0.9.3.ebuild
+++ b/app-text/xapers/xapers-0.9.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1