diff options
author | 2023-10-24 18:16:02 +0200 | |
---|---|---|
committer | 2023-10-24 19:50:46 +0200 | |
commit | 412b7b9676caf2b60825ea6d90d9c8a469ddbc9a (patch) | |
tree | bf195ef3ef53e935a4dd6ab3f4859f76219baa9b /dev-python | |
parent | dev-python/pytest-jupyter: Enable py3.12 (diff) | |
download | gentoo-412b7b9676caf2b60825ea6d90d9c8a469ddbc9a.tar.gz gentoo-412b7b9676caf2b60825ea6d90d9c8a469ddbc9a.tar.bz2 gentoo-412b7b9676caf2b60825ea6d90d9c8a469ddbc9a.zip |
dev-python/jupyter-client: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/jupyter-client/jupyter-client-8.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyter-client/jupyter-client-8.4.0.ebuild b/dev-python/jupyter-client/jupyter-client-8.4.0.ebuild index 13fe78be87b6..914a4c684ce1 100644 --- a/dev-python/jupyter-client/jupyter-client-8.4.0.ebuild +++ b/dev-python/jupyter-client/jupyter-client-8.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 pypi |