dev-python/sphinxcontrib-github-alt: enable py3.12

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2023-11-13 15:51:52 +01:00
parent ddb8a4a056
commit fde2967060

View File

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