commit:     e0dbada882268ca1b1b3cc2a062e3b9274d7e132
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 11:24:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  9 11:32:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0dbada8

sys-apps/findutils: enable py3.12

Closes: https://bugs.gentoo.org/929811
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/findutils/findutils-4.9.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/findutils/findutils-4.9.0-r2.ebuild 
b/sys-apps/findutils/findutils-4.9.0-r2.ebuild
index 2d767d0f1a44..8639894b2a7f 100644
--- a/sys-apps/findutils/findutils-4.9.0-r2.ebuild
+++ b/sys-apps/findutils/findutils-4.9.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/findutils.asc
 inherit flag-o-matic python-any-r1 verify-sig
 

Reply via email to