commit: 634331f9d81c29573c175dae3e6007c2b70535c2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 19:16:11 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 19:19:17 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634331f9
dev-python/ipython: Drop py3.11 (following IPython) Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/ipython/ipython-9.10.0.ebuild | 2 +- dev-python/ipython/ipython-9.9.0.ebuild | 2 +- 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
