app-admin/lib_users: enable py3.11

Closes: https://bugs.gentoo.org/896470
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-03-07 12:29:16 +00:00
parent bb265b2806
commit 10adceea10

View File

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