app-forensics/volatility3: enable py3.11

Closes: https://bugs.gentoo.org/896544
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29797
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Mario Haustein
2023-02-25 23:05:46 +01:00
committed by Sam James
parent f084399b8a
commit 2ee0936b12

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
MY_PV=${PV//_beta/-beta.}