dev-util/maturin: enable py3.12

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens 2023-05-27 11:52:30 -04:00
parent e701a8cf71
commit 25889e1a9c
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ CRATES_TEST="
windows_x86_64_msvc-0.36.1
windows_x86_64_msvc-0.42.0"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{10..11} )
PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit bash-completion-r1 cargo distutils-r1 edo flag-o-matic toolchain-funcs
DESCRIPTION="Build and publish crates with pyo3, rust-cpython and cffi bindings"