summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-12 11:49:11 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-12 12:36:36 +0200
commit9a4d96f4560c455c00de8e9032ea5b5fd3e2a7ae (patch)
treeaa0eb777071b633c5652720a87da8b75e2d26a00
parentdev-python/pytest-jupyter: Enable py3.13 (diff)
downloadgentoo-9a4d96f4560c455c00de8e9032ea5b5fd3e2a7ae.tar.gz
gentoo-9a4d96f4560c455c00de8e9032ea5b5fd3e2a7ae.tar.bz2
gentoo-9a4d96f4560c455c00de8e9032ea5b5fd3e2a7ae.zip
dev-python/ipyparallel: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/ipyparallel/ipyparallel-8.8.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipyparallel/ipyparallel-8.8.0.ebuild b/dev-python/ipyparallel/ipyparallel-8.8.0.ebuild
index f0c25c8d495a..914e39f18627 100644
--- a/dev-python/ipyparallel/ipyparallel-8.8.0.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-8.8.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 optfeature pypi