summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-20 15:21:26 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-20 15:22:27 +0200
commitf1a2708d3c928c7451865b559e0588fb5b1f10a2 (patch)
tree61abe19d9ecd8b64c478163ba378cda2341cf15e /dev-python/nnpy/nnpy-1.4.2-r1.ebuild
parentdev-python/notify2: Enable py3.12 (diff)
downloadgentoo-f1a2708d3c928c7451865b559e0588fb5b1f10a2.tar.gz
gentoo-f1a2708d3c928c7451865b559e0588fb5b1f10a2.tar.bz2
gentoo-f1a2708d3c928c7451865b559e0588fb5b1f10a2.zip
dev-python/nnpy: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/nnpy/nnpy-1.4.2-r1.ebuild')
-rw-r--r--dev-python/nnpy/nnpy-1.4.2-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/nnpy/nnpy-1.4.2-r1.ebuild b/dev-python/nnpy/nnpy-1.4.2-r1.ebuild
index 9264d39a5665..d1c01baf037c 100644
--- a/dev-python/nnpy/nnpy-1.4.2-r1.ebuild
+++ b/dev-python/nnpy/nnpy-1.4.2-r1.ebuild
@@ -3,8 +3,9 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1