From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1693545-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0063C15821F for <garchives@archives.gentoo.org>; Sun, 24 Nov 2024 02:26:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6479FE082F; Sun, 24 Nov 2024 02:26:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47AF2E082F for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2024 02:26:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05783335DC7 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2024 02:26:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09F4B1E74 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2024 02:26:01 +0000 (UTC) From: "orbea" <orbea@riseup.net> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" <orbea@riseup.net> Message-ID: <1732414808.ad913a143f659372aa753c3b3f43c1d88fe2ea46.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-python/m2crypto/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-python/m2crypto/m2crypto-0.43.0.ebuild X-VCS-Directories: dev-python/m2crypto/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: ad913a143f659372aa753c3b3f43c1d88fe2ea46 X-VCS-Branch: master Date: Sun, 24 Nov 2024 02:26:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 66a0511f-164f-4e3e-a137-15e0f9aa0b46 X-Archives-Hash: 045b7d5a8420bce9ba8ce14c0ed5b7cd 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(+)"