dev-python/sphinx-hoverxref: enable py3.11

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2023-12-18 00:15:24 +01:00
parent f57637b714
commit a41956fd42

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_10 )
PYTHON_COMPAT=( python3_{10,11} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1
@@ -25,7 +25,6 @@ RDEPEND="
BDEPEND="
test? (
dev-python/sphinxcontrib-bibtex[${PYTHON_USEDEP}]
dev-python/sphinx-testing[${PYTHON_USEDEP}]
)
"