summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-05-31 23:57:55 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-06-01 00:09:12 +0200
commitf4d82520f894deebbd265fc5af9cb2ef06aa838c (patch)
treef93ef75a29812ec3fbd4c75126a0d56082aed01e /dev-python/sphinxcontrib-jquery
parentmedia-libs/libaom: drop 3.7.1, 3.8.0, 3.8.0-r1 (diff)
downloadgentoo-f4d82520f894deebbd265fc5af9cb2ef06aa838c.tar.gz
gentoo-f4d82520f894deebbd265fc5af9cb2ef06aa838c.tar.bz2
gentoo-f4d82520f894deebbd265fc5af9cb2ef06aa838c.zip
dev-python/sphinxcontrib-jquery: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-jquery')
-rw-r--r--dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-4.1.ebuild b/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-4.1.ebuild
index b8cec0dcd93e..10f16909dcc3 100644
--- a/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-4.1.ebuild
+++ b/dev-python/sphinxcontrib-jquery/sphinxcontrib-jquery-4.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi