dev-python/deprecation: enable py3.11

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-31 10:47:03 +01:00
parent 2f8fb9068b
commit 3d930aa8f3

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( pypy3 python3_{8..10} )
PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1
DESCRIPTION="A library to handle automated deprecations"