diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 20:45:32 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 21:00:41 +0200 |
commit | 8c8fa0428820845b1b490b5aa320d1b15614df74 (patch) | |
tree | ca8efc8f2cdfdacb6928822c90590d3ac5d13300 /net-analyzer/pypacker | |
parent | net-analyzer/gnome-nettool: enable py3.12 (diff) | |
download | gentoo-8c8fa0428820845b1b490b5aa320d1b15614df74.tar.gz gentoo-8c8fa0428820845b1b490b5aa320d1b15614df74.tar.bz2 gentoo-8c8fa0428820845b1b490b5aa320d1b15614df74.zip |
net-analyzer/pypacker: enable py3.12
Closes: https://bugs.gentoo.org/929685
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-analyzer/pypacker')
-rw-r--r-- | net-analyzer/pypacker/pypacker-5.2.ebuild | 4 |
1 files 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 |