commit: 0e09a1b875a846ac3bb665c55d3d8e24ee9811f0
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 17:36:59 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 17:44:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e09a1b8
dev-python/paho-mqtt: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-python/paho-mqtt/paho-mqtt-1.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/paho-mqtt/paho-mqtt-1.6.1.ebuild
b/dev-python/paho-mqtt/paho-mqtt-1.6.1.ebuild
index 42851e9557cc..5d27f08420de 100644
--- a/dev-python/paho-mqtt/paho-mqtt-1.6.1.ebuild
+++ b/dev-python/paho-mqtt/paho-mqtt-1.6.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1