diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 11:44:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 11:44:45 +0100 |
commit | cbd86177a14af3d4a4324bed6877819632c49816 (patch) | |
tree | 695216e61a8d7f86dcf40541ecbc042d2789c4ae /dev-util | |
parent | profiles: switch default Python target to Python 3.11 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-util/scanmem/scanmem-0.17.ebuild | 2 |
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" |