commit:     04325f7be6a278558b6fe9eccca918f085f2f451
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 19:16:38 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 19:18:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04325f7b

dev-python/blake3: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/blake3/blake3-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/blake3/blake3-0.4.1.ebuild 
b/dev-python/blake3/blake3-0.4.1.ebuild
index 87f3352c3eee..169408721d16 100644
--- a/dev-python/blake3/blake3-0.4.1.ebuild
+++ b/dev-python/blake3/blake3-0.4.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 CARGO_OPTIONAL=1
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 CRATES="
        [email protected]

Reply via email to