commit: cd195dc920792f8a086358dacb963d65133f112f
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 11:31:26 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat May 11 11:33:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd195dc9
dev-python/adblock: enable py3.13
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/adblock/adblock-0.6.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/adblock/adblock-0.6.0.ebuild
b/dev-python/adblock/adblock-0.6.0.ebuild
index 720f90e60bfc..bbb494479d4f 100644
--- a/dev-python/adblock/adblock-0.6.0.ebuild
+++ b/dev-python/adblock/adblock-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 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..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit cargo distutils-r1
DESCRIPTION="Python wrapper for Brave's adblocking library, which is written
in Rust"