From 7ea159d440009dfe0f01b367ad37769a843bdff4 Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Mon, 8 Dec 2025 21:34:25 +0100 Subject: [PATCH] dev-db/sqlmap: enable py3.14 Signed-off-by: Mario Haustein Part-of: https://github.com/gentoo/gentoo/pull/44961 Closes: https://github.com/gentoo/gentoo/pull/44961 Signed-off-by: Sam James --- dev-db/sqlmap/sqlmap-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/sqlmap/sqlmap-9999.ebuild b/dev-db/sqlmap/sqlmap-9999.ebuild index 529820752d512..12349220d39de 100644 --- a/dev-db/sqlmap/sqlmap-9999.ebuild +++ b/dev-db/sqlmap/sqlmap-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="sqlite" inherit bash-completion-r1 python-single-r1 wrapper