commit: 8e020ea08c8a7cc180d870cdcbd6a51deddff018 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Jul 30 07:56:59 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Jul 30 07:59:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e020ea0
dev-python/py-zabbix: enable py3.12 Closes: https://bugs.gentoo.org/929505 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-python/py-zabbix/py-zabbix-1.1.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/py-zabbix/py-zabbix-1.1.7.ebuild b/dev-python/py-zabbix/py-zabbix-1.1.7.ebuild index 9f7ca58b3124..4cc568fc0419 100644 --- a/dev-python/py-zabbix/py-zabbix-1.1.7.ebuild +++ b/dev-python/py-zabbix/py-zabbix-1.1.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi
