commit:     cbd86177a14af3d4a4324bed6877819632c49816
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 10:44:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 10:44:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd86177

dev-util/scanmem: enable py3.11

Closes: https://bugs.gentoo.org/896940
Signed-off-by: Sam James <sam <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 40caaa6b24f9..d5fa59b488bc 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_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit autotools python-single-r1
 
 DESCRIPTION="Locate and modify variables in executing processes"

Reply via email to