dev-python/sphinx-notfound-page: enable py3.10

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-09-16 07:51:53 +03:00
parent e50cb28eb3
commit 4e86e98355

View File

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