diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-14 17:19:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-14 17:28:11 +0200 |
commit | 4112edabd1efeb514ee046eb44e97e28906fcdbb (patch) | |
tree | 9ff153da8e60902d044892f09f17be26c8c4b01f /dev-python/sphinxcontrib-bibtex | |
parent | dev-python/python-poppler-qt5: Enable py3.12 (diff) | |
download | gentoo-4112edabd1efeb514ee046eb44e97e28906fcdbb.tar.gz gentoo-4112edabd1efeb514ee046eb44e97e28906fcdbb.tar.bz2 gentoo-4112edabd1efeb514ee046eb44e97e28906fcdbb.zip |
dev-python/sphinxcontrib-bibtex: Enable py3.12
Closes: https://bugs.gentoo.org/929511
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 e5cec2c5aca6..268943a49323 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..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |