summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-14 17:42:09 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-14 17:58:27 +0200
commit88e2ad51ae862551284fe5dd83b6b9a0ea47d280 (patch)
treee7335ebdc808e4a60c03208b00d273dfc867de94
parentdev-python/nbformat: Enable py3.13 (diff)
downloadgentoo-88e2ad51ae862551284fe5dd83b6b9a0ea47d280.tar.gz
gentoo-88e2ad51ae862551284fe5dd83b6b9a0ea47d280.tar.bz2
gentoo-88e2ad51ae862551284fe5dd83b6b9a0ea47d280.zip
dev-python/pip-run: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pip-run/pip-run-12.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pip-run/pip-run-12.6.1.ebuild b/dev-python/pip-run/pip-run-12.6.1.ebuild
index a9d57b961bdf..dfeb507c8414 100644
--- a/dev-python/pip-run/pip-run-12.6.1.ebuild
+++ b/dev-python/pip-run/pip-run-12.6.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi