dev-python/py-zabbix: enable py3.13 and disable py3.10, pypy3

Closes: https://bugs.gentoo.org/951023
Closes: https://bugs.gentoo.org/952364
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
This commit is contained in:
Alexey Shvetsov
2025-04-03 19:32:19 +03:00
parent db3ae32c33
commit ffdf408602

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{10..12} pypy3 )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi