commit: cb4bf83ad4bfbd7a2845ad35c901d46b63b11cc1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Apr 15 15:15:36 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Apr 15 15:23:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4bf83a
net-im/gajim: Enable py3.12 Closes: https://bugs.gentoo.org/929695 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-im/gajim/gajim-1.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/gajim/gajim-1.8.4.ebuild b/net-im/gajim/gajim-1.8.4.ebuild index 6df386fa3c70..32d9ec5bc5a5 100644 --- a/net-im/gajim/gajim-1.8.4.ebuild +++ b/net-im/gajim/gajim-1.8.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="sqlite,xml(+)" DISTUTILS_USE_PEP517=standalone DISTUTILS_SINGLE_IMPL=1
