dev-python/setuptools-rust: Enable py3.13

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-11 08:45:47 +02:00
parent 567cb9242b
commit de82671ef4

View File

@@ -5,7 +5,7 @@ EAPI=8
CARGO_OPTIONAL=yes
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} pypy3 )
PYTHON_COMPAT=( python3_{10..13} pypy3 )
CRATES="
autocfg@1.1.0
@@ -162,6 +162,8 @@ src_unpack() {
}
python_test() {
local -x UNSAFE_PYO3_SKIP_VERSION_CHECK=1
local examples=(
html-py-ever
namespace_package