summaryrefslogtreecommitdiff
path: root/dev-python/ipython
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-03-08 20:16:11 +0100
committerMichał Górny <mgorny@gentoo.org>2026-03-08 20:19:17 +0100
commit634331f9d81c29573c175dae3e6007c2b70535c2 (patch)
treeb17e02220147fac64cef92b540b58b83db2fa92f /dev-python/ipython
parent38084110a72a5c008438e68bbc59bfb96c70edd0 (diff)
downloadgentoo-634331f9d81c29573c175dae3e6007c2b70535c2.tar.gz
gentoo-634331f9d81c29573c175dae3e6007c2b70535c2.tar.bz2
gentoo-634331f9d81c29573c175dae3e6007c2b70535c2.zip
dev-python/ipython: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ipython-9.10.0.ebuild2
-rw-r--r--dev-python/ipython/ipython-9.9.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipython/ipython-9.10.0.ebuild b/dev-python/ipython/ipython-9.10.0.ebuild
index 5124301b0ab9..addf514444a4 100644
--- a/dev-python/ipython/ipython-9.10.0.ebuild
+++ b/dev-python/ipython/ipython-9.10.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=standalone
PYPI_VERIFY_REPO=https://github.com/ipython/ipython
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE='readline(+),sqlite,threads(+)'
inherit distutils-r1 optfeature toolchain-funcs pypi virtualx
diff --git a/dev-python/ipython/ipython-9.9.0.ebuild b/dev-python/ipython/ipython-9.9.0.ebuild
index 6857fbf5e285..cae564f08bfc 100644
--- a/dev-python/ipython/ipython-9.9.0.ebuild
+++ b/dev-python/ipython/ipython-9.9.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=standalone
PYPI_VERIFY_REPO=https://github.com/ipython/ipython
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
PYTHON_REQ_USE='readline(+),sqlite,threads(+)'
inherit distutils-r1 optfeature toolchain-funcs pypi virtualx