diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-13 21:16:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-13 21:18:25 +0200 |
commit | 04325f7be6a278558b6fe9eccca918f085f2f451 (patch) | |
tree | f2a0c108438d86ed25b4dce0c7d88240ea6bdaf9 /dev-python/blake3 | |
parent | dev-python/blake3: Fix USE=-rust with GCC 14 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |