From 02b0f3968247ed4def52e19038b0138eca1fe107 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 27 May 2023 15:16:40 +0200 Subject: dev-python/cryptography: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/cryptography/cryptography-40.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/cryptography/cryptography-40.0.2-r1.ebuild b/dev-python/cryptography/cryptography-40.0.2-r1.ebuild index ec2564b10c44..710616927992 100644 --- a/dev-python/cryptography/cryptography-40.0.2-r1.ebuild +++ b/dev-python/cryptography/cryptography-40.0.2-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 CARGO_OPTIONAL=yes DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) PYTHON_REQ_USE="threads(+)" CRATES=" -- cgit v1.2.3-65-gdbad