summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-11 08:45:47 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-11 08:54:27 +0200
commitde82671ef4dea17cb62ac7186719f6e30297d9cc (patch)
tree8e09b719ee780f22e29bfe534bc1cb308de16628
parentgo-env.eclass: temporary EAPI guard for EAPI-6 (diff)
downloadgentoo-de82671ef4dea17cb62ac7186719f6e30297d9cc.tar.gz
gentoo-de82671ef4dea17cb62ac7186719f6e30297d9cc.tar.bz2
gentoo-de82671ef4dea17cb62ac7186719f6e30297d9cc.zip
dev-python/setuptools-rust: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/setuptools-rust/setuptools-rust-1.9.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/setuptools-rust/setuptools-rust-1.9.0.ebuild b/dev-python/setuptools-rust/setuptools-rust-1.9.0.ebuild
index 25678e894354..ca36f798ff51 100644
--- a/dev-python/setuptools-rust/setuptools-rust-1.9.0.ebuild
+++ b/dev-python/setuptools-rust/setuptools-rust-1.9.0.ebuild
@@ -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