diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-04-14 07:51:14 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-04-14 08:14:16 -0400 |
commit | e18ebdc2b5f5a8c34ce781fdf4d27307b1a3bb42 (patch) | |
tree | 3a9a600097b78f7c3475a60a0bceded78f910a20 /mail-filter | |
parent | net-analyzer/nagios-check_multiple: support python-3.12, drop 3.9 (diff) | |
download | gentoo-e18ebdc2b5f5a8c34ce781fdf4d27307b1a3bb42.tar.gz gentoo-e18ebdc2b5f5a8c34ce781fdf4d27307b1a3bb42.tar.bz2 gentoo-e18ebdc2b5f5a8c34ce781fdf4d27307b1a3bb42.zip |
mail-filter/spf-engine: support python-3.12, drop 3.9
Bug: https://bugs.gentoo.org/929609
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/spf-engine/spf-engine-3.0.4-r1.ebuild (renamed from mail-filter/spf-engine/spf-engine-3.0.4.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/spf-engine/spf-engine-3.0.4.ebuild b/mail-filter/spf-engine/spf-engine-3.0.4-r1.ebuild index 2c680c53fd35..cb36d22f03ce 100644 --- a/mail-filter/spf-engine/spf-engine-3.0.4.ebuild +++ b/mail-filter/spf-engine/spf-engine-3.0.4-r1.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 python3_10 python3_11 ) +PYTHON_COMPAT=( python3_10 python3_11 python3_12 ) # The built-in ipaddress module handles the parsing of IP addresses. If # python is built without ipv6 support, then ipaddress can't parse ipv6 |