commit: 39bb6b90b8924007b5ba3b7aa9c43d1980630ba8
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 01:14:34 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon May 12 01:44:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39bb6b90
dev-python/adblock: enable py3.14
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/adblock/adblock-0.6.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/adblock/adblock-0.6.0-r1.ebuild
b/dev-python/adblock/adblock-0.6.0-r1.ebuild
index 2204153a01f8..e6ca84282459 100644
--- a/dev-python/adblock/adblock-0.6.0-r1.ebuild
+++ b/dev-python/adblock/adblock-0.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -71,7 +71,7 @@ CRATES="
"
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit cargo distutils-r1
DESCRIPTION="Python wrapper for Brave's adblocking library, which is written
in Rust"