summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-29 13:36:59 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-29 13:44:03 -0400
commit0e09a1b875a846ac3bb665c55d3d8e24ee9811f0 (patch)
tree7a319ae096f9c660e791d67be6e056ead711da6a /dev-python/paho-mqtt
parentapp-shells/autojump: Add Python 3.11 compatibility (diff)
downloadgentoo-0e09a1b875a846ac3bb665c55d3d8e24ee9811f0.tar.gz
gentoo-0e09a1b875a846ac3bb665c55d3d8e24ee9811f0.tar.bz2
gentoo-0e09a1b875a846ac3bb665c55d3d8e24ee9811f0.zip
dev-python/paho-mqtt: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/paho-mqtt')
-rw-r--r--dev-python/paho-mqtt/paho-mqtt-1.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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