summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-11 04:45:32 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-11 04:45:32 +0100
commit3c662df751daad011a48f05fb9a9ff074a08cc24 (patch)
tree5b57de9fa73443ce063fa4ff4c9f22a6874d7ef9 /dev-python
parentdev-python/pallets-sphinx-themes: Enable py3.13 (diff)
downloadgentoo-3c662df751daad011a48f05fb9a9ff074a08cc24.tar.gz
gentoo-3c662df751daad011a48f05fb9a9ff074a08cc24.tar.bz2
gentoo-3c662df751daad011a48f05fb9a9ff074a08cc24.zip
dev-python/sphinxcontrib-log-cabinet: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sphinxcontrib-log-cabinet/sphinxcontrib-log-cabinet-1.0.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-log-cabinet/sphinxcontrib-log-cabinet-1.0.1-r1.ebuild b/dev-python/sphinxcontrib-log-cabinet/sphinxcontrib-log-cabinet-1.0.1-r1.ebuild
index ac05583f37dc..478b5dd66d72 100644
--- a/dev-python/sphinxcontrib-log-cabinet/sphinxcontrib-log-cabinet-1.0.1-r1.ebuild
+++ b/dev-python/sphinxcontrib-log-cabinet/sphinxcontrib-log-cabinet-1.0.1-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi