From 1ade65dfa9b52845bbe1af2b22ea11d95a384fc5 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 28 Jul 2023 16:35:24 +0200 Subject: dev-python/blake3-py: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/blake3-py/blake3-py-0.3.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/blake3-py') diff --git a/dev-python/blake3-py/blake3-py-0.3.3-r1.ebuild b/dev-python/blake3-py/blake3-py-0.3.3-r1.ebuild index 109e1a8f8985..4eec5fd1aa4d 100644 --- a/dev-python/blake3-py/blake3-py-0.3.3-r1.ebuild +++ b/dev-python/blake3-py/blake3-py-0.3.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) CRATES=" arrayref@0.3.7 -- cgit v1.2.3-65-gdbad