diff options
author | 2023-08-19 16:19:51 +0100 | |
---|---|---|
committer | 2023-08-19 17:24:12 +0100 | |
commit | b87323af847e0c68a76c0b403cf319a9fcf57c9c (patch) | |
tree | 74a5227aac2913d8d9361a18085c36d5cfb7f2e5 /dev-python/pyopencl | |
parent | dev-python/pytools: enable py3.12 (diff) | |
download | gentoo-b87323af847e0c68a76c0b403cf319a9fcf57c9c.tar.gz gentoo-b87323af847e0c68a76c0b403cf319a9fcf57c9c.tar.bz2 gentoo-b87323af847e0c68a76c0b403cf319a9fcf57c9c.zip |
dev-python/pyopencl: disable py3.9, add note re: py3.12 incompatibility
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/pyopencl')
-rw-r--r-- | dev-python/pyopencl/pyopencl-2023.1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pyopencl/pyopencl-2023.1.1.ebuild b/dev-python/pyopencl/pyopencl-2023.1.1.ebuild index 21b8d7f3dd8d..5243792a55d4 100644 --- a/dev-python/pyopencl/pyopencl-2023.1.1.ebuild +++ b/dev-python/pyopencl/pyopencl-2023.1.1.ebuild @@ -3,7 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +# NOT compatible with python3_11 because it uses the deprecated module "imp" +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools |