commit: 641421d5f2792f50c597b55898c963f5c1131c1b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 2 04:23:20 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 2 04:57:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641421d5
net-firewall/ufw: enable py3.12 Closes: https://bugs.gentoo.org/929692 Signed-off-by: Sam James <sam <AT> gentoo.org> net-firewall/ufw/ufw-0.36.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-firewall/ufw/ufw-0.36.1.ebuild b/net-firewall/ufw/ufw-0.36.1.ebuild index 922d7aa76f9d..29c289c00534 100644 --- a/net-firewall/ufw/ufw-0.36.1.ebuild +++ b/net-firewall/ufw/ufw-0.36.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_IN_SOURCE_BUILD=1 DISTUTILS_USE_SETUPTOOLS=no
