summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-01 11:44:45 +0100
committerSam James <sam@gentoo.org>2023-05-01 11:44:45 +0100
commitcbd86177a14af3d4a4324bed6877819632c49816 (patch)
tree695216e61a8d7f86dcf40541ecbc042d2789c4ae /dev-util/scanmem
parentprofiles: switch default Python target to Python 3.11 (diff)
downloadgentoo-cbd86177a14af3d4a4324bed6877819632c49816.tar.gz
gentoo-cbd86177a14af3d4a4324bed6877819632c49816.tar.bz2
gentoo-cbd86177a14af3d4a4324bed6877819632c49816.zip
dev-util/scanmem: enable py3.11
Closes: https://bugs.gentoo.org/896940 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/scanmem')
-rw-r--r--dev-util/scanmem/scanmem-0.17.ebuild2
1 files changed, 1 insertions, 1 deletions
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"