commit: 3fb650ac1498253c2079b7a4e218702925bc2b73 Author: Giuseppe Foti <foti.giuseppe <AT> gmail <DOT> com> AuthorDate: Thu Apr 24 05:00:00 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 07:35:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fb650ac
net-libs/paho-mqtt-c: enable py3.13, pypy3, pypy3_11 Closes: https://bugs.gentoo.org/952598 Signed-off-by: Giuseppe Foti <foti.giuseppe <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/41725 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> net-libs/paho-mqtt-c/paho-mqtt-c-1.3.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.13.ebuild b/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.13.ebuild index 3811a580a737..f6f24c5e5fb9 100644 --- a/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.13.ebuild +++ b/net-libs/paho-mqtt-c/paho-mqtt-c-1.3.13.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit cmake python-any-r1 toolchain-funcs
