summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-31 20:03:10 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-31 22:22:48 +0300
commit242d981a7f36a7e2d4094e6cc58c3ce1c5f2c881 (patch)
tree8def92767127e1a6e77136a859584f3a567ed99c /dev-python/paho-mqtt
parentdev-python/paho-mqtt: PEP517 (diff)
downloadgentoo-242d981a7f36a7e2d4094e6cc58c3ce1c5f2c881.tar.gz
gentoo-242d981a7f36a7e2d4094e6cc58c3ce1c5f2c881.tar.bz2
gentoo-242d981a7f36a7e2d4094e6cc58c3ce1c5f2c881.zip
dev-python/paho-mqtt: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/paho-mqtt')
-rw-r--r--dev-python/paho-mqtt/paho-mqtt-1.6.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/paho-mqtt/paho-mqtt-1.6.1-r1.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.6.1-r1.ebuild
index ff0091caf8e3..8e7d4b6f0569 100644
--- a/dev-python/paho-mqtt/paho-mqtt-1.6.1-r1.ebuild
+++ b/dev-python/paho-mqtt/paho-mqtt-1.6.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1