dev-python/subunit: enable py3.11

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2022-07-15 15:47:26 +03:00
parent 29c698cc16
commit bb16702fc4
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..10} pypy3 )
PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1 multilib-minimal autotools