diff options
author | Sam James <sam@gentoo.org> | 2024-06-02 05:23:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-02 05:57:06 +0100 |
commit | 641421d5f2792f50c597b55898c963f5c1131c1b (patch) | |
tree | ecc72633e370820a31b243ad9a00bd72fb13fec3 /net-firewall | |
parent | sci-libs/lapack: enable py3.12, py3.13 (diff) | |
download | gentoo-641421d5f2792f50c597b55898c963f5c1131c1b.tar.gz gentoo-641421d5f2792f50c597b55898c963f5c1131c1b.tar.bz2 gentoo-641421d5f2792f50c597b55898c963f5c1131c1b.zip |
net-firewall/ufw: enable py3.12
Closes: https://bugs.gentoo.org/929692
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ufw/ufw-0.36.1.ebuild | 4 |
1 files 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 |