commit: 76a8bdb359813e90e4f29105184b3578f371e50a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 04:18:43 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 04:20:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a8bdb3
dev-python/orjson: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/orjson/orjson-3.10.4.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/orjson/orjson-3.10.4.ebuild
b/dev-python/orjson/orjson-3.10.4.ebuild
index 01e50a7ada37..6ddba1c7b5bc 100644
--- a/dev-python/orjson/orjson-3.10.4.ebuild
+++ b/dev-python/orjson/orjson-3.10.4.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
CRATES="
[email protected]
@@ -91,6 +91,8 @@ QA_FLAGS_IGNORED=".*"
distutils_enable_tests pytest
+export UNSAFE_PYO3_SKIP_VERSION_CHECK=1
+
python_test() {
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
epytest -s