commit: ad913a143f659372aa753c3b3f43c1d88fe2ea46
Author: orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun Nov 24 02:20:08 2024 +0000
Commit: orbea <orbea <AT> riseup <DOT> net>
CommitDate: Sun Nov 24 02:20:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=ad913a14
dev-python/m2crypto: enable py3.13
Signed-off-by: orbea <orbea <AT> riseup.net>
dev-python/m2crypto/m2crypto-0.43.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/m2crypto/m2crypto-0.43.0.ebuild
b/dev-python/m2crypto/m2crypto-0.43.0.ebuild
index b8290c0..8d0480e 100644
--- a/dev-python/m2crypto/m2crypto-0.43.0.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.43.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
PYPI_PN="M2Crypto"
PYTHON_REQ_USE="threads(+)"