diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-24 18:01:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-24 19:50:43 +0200 |
commit | b89ce0442fdea43b19eaa82caca9d6ea933ac413 (patch) | |
tree | a6848c25d27d40b4ec175993976488f17eec419b /dev-python/ipython | |
parent | dev-python/overrides: Enable py3.12 (diff) | |
download | gentoo-b89ce0442fdea43b19eaa82caca9d6ea933ac413.tar.gz gentoo-b89ce0442fdea43b19eaa82caca9d6ea933ac413.tar.bz2 gentoo-b89ce0442fdea43b19eaa82caca9d6ea933ac413.zip |
dev-python/ipython: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ipython-8.16.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ipython/ipython-8.16.1.ebuild b/dev-python/ipython/ipython-8.16.1.ebuild index 06718c60a951..6ec867dfc3e6 100644 --- a/dev-python/ipython/ipython-8.16.1.ebuild +++ b/dev-python/ipython/ipython-8.16.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE='readline,sqlite,threads(+)' inherit distutils-r1 optfeature pypi virtualx |