commit: ffdf4086024660f1c569463de6470c876a51fca5 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Thu Apr 3 16:32:19 2025 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Thu Apr 3 16:32:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffdf4086
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 <AT> gentoo.org> dev-python/py-zabbix/py-zabbix-1.1.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/py-zabbix/py-zabbix-1.1.7-r1.ebuild b/dev-python/py-zabbix/py-zabbix-1.1.7-r1.ebuild index e3657ba45343..165b702efd30 100644 --- a/dev-python/py-zabbix/py-zabbix-1.1.7-r1.ebuild +++ b/dev-python/py-zabbix/py-zabbix-1.1.7-r1.ebuild @@ -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
