diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-31 20:03:10 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-31 22:22:48 +0300 |
commit | 242d981a7f36a7e2d4094e6cc58c3ce1c5f2c881 (patch) | |
tree | 8def92767127e1a6e77136a859584f3a567ed99c /dev-python/paho-mqtt | |
parent | dev-python/paho-mqtt: PEP517 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |