diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-08 21:07:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-08 21:22:30 +0200 |
commit | 6816df0a845ecc6365689f96d7f92f15c100ad27 (patch) | |
tree | d03b8dd2c2d7db18bbc01e254efe8f35b98fca4b /dev-python/sphinxcontrib-bibtex | |
parent | dev-python/sphinx-autoapi: Enable py3.13 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |