From 40e0dcc68177b1b4bd26342b22f19e96e4ab2447 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Wed, 5 Jun 2024 09:57:28 +0200 Subject: dev-python/sphinx-hoverxref Add python 3.12 support --- dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild') diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild index 6eb9abd..6878f9d 100644 --- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild +++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 -- cgit v1.2.3