diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-05-30 17:25:40 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-30 17:00:45 +0100 |
commit | 1035b53adf22b7d768c4d50a9843a9feda6553af (patch) | |
tree | 33312fad00f0b754263623f5236d88a587748b58 /dev-python/sphinxcontrib-jquery | |
parent | dev-python/sphinxcontrib-programoutput: enable py3.12 (diff) | |
download | gentoo-1035b53adf22b7d768c4d50a9843a9feda6553af.tar.gz gentoo-1035b53adf22b7d768c4d50a9843a9feda6553af.tar.bz2 gentoo-1035b53adf22b7d768c4d50a9843a9feda6553af.zip |
dev-python/sphinxcontrib-jquery: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/31231
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-jquery')
-rw-r--r-- | dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-4.1.ebuild b/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-4.1.ebuild index 17a3f592e6a6..1b08a94fffb4 100644 --- a/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-4.1.ebuild +++ b/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-4.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi |