commit:     e09d264f73caad005a94a9ef7451eb08af409532
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 06:23:16 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sun Dec  8 05:16:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09d264f

dev-util/scanmem: enable py3.13

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 dev-util/scanmem/scanmem-0.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/scanmem/scanmem-0.17.ebuild 
b/dev-util/scanmem/scanmem-0.17.ebuild
index 410f42161110..beba0577e4d9 100644
--- a/dev-util/scanmem/scanmem-0.17.ebuild
+++ b/dev-util/scanmem/scanmem-0.17.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit autotools python-single-r1
 
 DESCRIPTION="Locate and modify variables in executing processes"

Reply via email to