summaryrefslogtreecommitdiff
path: root/dev-python/cryptography/cryptography-42.0.7.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/cryptography/cryptography-42.0.7.ebuild')
-rw-r--r--dev-python/cryptography/cryptography-42.0.7.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/cryptography/cryptography-42.0.7.ebuild b/dev-python/cryptography/cryptography-42.0.7.ebuild
index 9165461ad13c..11f871a1c23c 100644
--- a/dev-python/cryptography/cryptography-42.0.7.ebuild
+++ b/dev-python/cryptography/cryptography-42.0.7.ebuild
@@ -6,7 +6,7 @@ EAPI=8
CARGO_OPTIONAL=yes
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
PYTHON_REQ_USE="threads(+)"
CRATES="
@@ -136,6 +136,8 @@ src_prepare() {
python_configure_all() {
filter-lto # bug #903908
+
+ export UNSAFE_PYO3_SKIP_VERSION_CHECK=1
}
python_test() {