app-text/xapers: enable py3.11

Closes: https://bugs.gentoo.org/896648
Signed-off-by: William Pettersson <william@ewpettersson.se>
Closes: https://github.com/gentoo/gentoo/pull/30443
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
William Pettersson
2023-04-02 17:30:31 +01:00
committed by Sam James
parent b4ae80c5c0
commit 04efcee0d4

View File

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