summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-13 21:16:38 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-13 21:18:25 +0200
commit04325f7be6a278558b6fe9eccca918f085f2f451 (patch)
treef2a0c108438d86ed25b4dce0c7d88240ea6bdaf9 /dev-python/blake3
parentdev-python/blake3: Fix USE=-rust with GCC 14 (diff)
downloadgentoo-04325f7be6a278558b6fe9eccca918f085f2f451.tar.gz
gentoo-04325f7be6a278558b6fe9eccca918f085f2f451.tar.bz2
gentoo-04325f7be6a278558b6fe9eccca918f085f2f451.zip
dev-python/blake3: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blake3')
-rw-r--r--dev-python/blake3/blake3-0.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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="
arrayref@0.3.7