summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2024-06-05 09:57:28 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2024-06-05 09:57:28 +0200
commit40e0dcc68177b1b4bd26342b22f19e96e4ab2447 (patch)
tree86ae5f4cff2237a05cc24b8779ddf5ea63a5ff88 /dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild
parentf38d89701401e1064392c79652c6982361f88d61 (diff)
downloadportage-40e0dcc68177b1b4bd26342b22f19e96e4ab2447.tar.gz
portage-40e0dcc68177b1b4bd26342b22f19e96e4ab2447.tar.bz2
portage-40e0dcc68177b1b4bd26342b22f19e96e4ab2447.zip
dev-python/sphinx-hoverxref Add python 3.12 support
Diffstat (limited to 'dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild')
-rw-r--r--dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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