summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-08 21:07:49 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-08 21:22:30 +0200
commit6816df0a845ecc6365689f96d7f92f15c100ad27 (patch)
treed03b8dd2c2d7db18bbc01e254efe8f35b98fca4b /dev-python/sphinxcontrib-bibtex
parentdev-python/sphinx-autoapi: Enable py3.13 (diff)
downloadgentoo-6816df0a845ecc6365689f96d7f92f15c100ad27.tar.gz
gentoo-6816df0a845ecc6365689f96d7f92f15c100ad27.tar.bz2
gentoo-6816df0a845ecc6365689f96d7f92f15c100ad27.zip
dev-python/sphinxcontrib-bibtex: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-bibtex')
-rw-r--r--dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.6.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.6.2.ebuild b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.6.2.ebuild
index 268943a49323..c612c5357db8 100644
--- a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.6.2.ebuild
+++ b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.6.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi