commit: baa0ec95b6d2f31be037091fb014cc2817d636a7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:37:40 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 18:40:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa0ec95
app-portage/diffmask: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-portage/diffmask/diffmask-0.3.3-r5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
index 26d0984d2ea3..ff422243110f 100644
--- a/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3-r5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1