commit: 40f565109ba7b4a31046e2c3f4cde822ed4a491d
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 20 17:48:44 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Feb 20 18:44:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f56510
dev-python/pycryptodome: enable pypy3_11
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/pycryptodome/pycryptodome-3.21.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pycryptodome/pycryptodome-3.21.0.ebuild
b/dev-python/pycryptodome/pycryptodome-3.21.0.ebuild
index 82dab105e826..076b0a12b9cc 100644
--- a/dev-python/pycryptodome/pycryptodome-3.21.0.ebuild
+++ b/dev-python/pycryptodome/pycryptodome-3.21.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1