summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-25 11:11:44 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-25 11:28:42 +0200
commite9b590fc60963e1eb9bf9838496f3f5ad340f473 (patch)
treeb2e0563401b87b92904061ff5ea26a1bd8b5ec3f /dev-python/sphinxcontrib-serializinghtml
parentdev-python/sphinxcontrib-qthelp: Enable py3.13 (diff)
downloadgentoo-e9b590fc60963e1eb9bf9838496f3f5ad340f473.tar.gz
gentoo-e9b590fc60963e1eb9bf9838496f3f5ad340f473.tar.bz2
gentoo-e9b590fc60963e1eb9bf9838496f3f5ad340f473.zip
dev-python/sphinxcontrib-serializinghtml: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-serializinghtml')
-rw-r--r--dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.10.ebuild b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.10.ebuild
index adcb2a705336..fce3d85b9f96 100644
--- a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.10.ebuild
+++ b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.10.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi