summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-11 08:52:57 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-11 08:54:29 +0200
commit4b250ad7d5e41915ade9c4ab9d509565db7439d6 (patch)
tree76753ad7e820522c4f41336badb96778fc9c89f2 /dev-python/cryptography
parentdev-python/certifi: Enable py3.13 (diff)
downloadgentoo-4b250ad7d5e41915ade9c4ab9d509565db7439d6.tar.gz
gentoo-4b250ad7d5e41915ade9c4ab9d509565db7439d6.tar.bz2
gentoo-4b250ad7d5e41915ade9c4ab9d509565db7439d6.zip
dev-python/cryptography: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cryptography')
-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() {