commit: a3c515c9b4ea0988209048b31cabcc1739701ac1 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Thu Jun 20 22:39:12 2024 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Jun 20 22:42:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c515c9
net-libs/nodejs: enable py3.12 Closes: https://bugs.gentoo.org/929709 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> net-libs/nodejs/nodejs-18.20.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/nodejs/nodejs-18.20.3.ebuild b/net-libs/nodejs/nodejs-18.20.3.ebuild index 00566b9e3f4c..4f03adc04f17 100644 --- a/net-libs/nodejs/nodejs-18.20.3.ebuild +++ b/net-libs/nodejs/nodejs-18.20.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 CONFIG_CHECK="~ADVISE_SYSCALLS" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="threads(+)" inherit bash-completion-r1 check-reqs flag-o-matic linux-info pax-utils python-any-r1 toolchain-funcs xdg-utils
