commit:     4b250ad7d5e41915ade9c4ab9d509565db7439d6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 06:52:57 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 11 06:54:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b250ad7

dev-python/cryptography: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cryptography/cryptography-42.0.7.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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() {

Reply via email to