dev-python/paho-mqtt: add pypy3 in PYTHON_COMPAT

Signed-off-by: Giuseppe Foti <foti.giuseppe@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36785
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Giuseppe Foti
2024-05-23 06:52:13 +02:00
committed by Matt Turner
parent 588d35a678
commit 3ef7130f3c
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1