app-arch/patool: enable py3.11

Closes: https://bugs.gentoo.org/896492
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-05-01 09:35:49 +01:00
parent 45fe1e6842
commit fdfe018960

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 pypi