dev-python/pdfrw: enable py3.11

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-02-17 08:06:22 +00:00
parent 55fe28a25e
commit 10833bb4e5

View File

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