commit: 8c8fa0428820845b1b490b5aa320d1b15614df74 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Jul 30 18:45:32 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Jul 30 19:00:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8fa042
net-analyzer/pypacker: enable py3.12 Closes: https://bugs.gentoo.org/929685 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> net-analyzer/pypacker/pypacker-5.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/pypacker/pypacker-5.2.ebuild b/net-analyzer/pypacker/pypacker-5.2.ebuild index 3de0dad76a97..abe584f3d460 100644 --- a/net-analyzer/pypacker/pypacker-5.2.ebuild +++ b/net-analyzer/pypacker/pypacker-5.2.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 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1
