diff options
author | 2024-05-11 07:31:07 -0400 | |
---|---|---|
committer | 2024-05-11 07:33:27 -0400 | |
commit | 0b6f2148123ec0999ba70b2c00325bdce48be316 (patch) | |
tree | b91429ea439d7c9ec04bd7e7d899feba1634909f /dev-util/maturin | |
parent | dev-python/boltons: enable py3.13 (diff) | |
download | gentoo-0b6f2148123ec0999ba70b2c00325bdce48be316.tar.gz gentoo-0b6f2148123ec0999ba70b2c00325bdce48be316.tar.bz2 gentoo-0b6f2148123ec0999ba70b2c00325bdce48be316.zip |
dev-util/maturin: enable py3.13
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-util/maturin')
-rw-r--r-- | dev-util/maturin/maturin-1.5.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/maturin/maturin-1.5.1-r1.ebuild b/dev-util/maturin/maturin-1.5.1-r1.ebuild index df1a52577b03..f8c7524b7218 100644 --- a/dev-util/maturin/maturin-1.5.1-r1.ebuild +++ b/dev-util/maturin/maturin-1.5.1-r1.ebuild @@ -418,7 +418,7 @@ CRATES_TEST=" windows_x86_64_msvc@0.48.0 " DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit cargo distutils-r1 flag-o-matic shell-completion toolchain-funcs DESCRIPTION="Build and publish crates with pyo3, rust-cpython and cffi bindings" |