From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0E7215817D for ; Sat, 15 Jun 2024 19:15:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B83EE2B53; Sat, 15 Jun 2024 19:15:42 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B6DFE2B53 for ; Sat, 15 Jun 2024 19:15:42 +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 3DA8533C1C1 for ; Sat, 15 Jun 2024 19:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 987901D14 for ; Sat, 15 Jun 2024 19:15:39 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1718478925.5947bede9bfc14e8b04bb138e3ed8a36f11a1784.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stripe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/stripe/stripe-9.11.0.ebuild X-VCS-Directories: dev-python/stripe/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5947bede9bfc14e8b04bb138e3ed8a36f11a1784 X-VCS-Branch: master Date: Sat, 15 Jun 2024 19:15:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a6a6727-da2f-4601-ac62-4c4ce063763b X-Archives-Hash: 229cf74ceb9e73ff9454ea1de60fbeee commit: 5947bede9bfc14e8b04bb138e3ed8a36f11a1784 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 15 19:09:45 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 15 19:15:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5947bede dev-python/stripe: Enable py3.13 Signed-off-by: Michał Górny gentoo.org> dev-python/stripe/stripe-9.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/stripe/stripe-9.11.0.ebuild b/dev-python/stripe/stripe-9.11.0.ebuild index 3bf97ad94c6e..7925c1fc5c50 100644 --- a/dev-python/stripe/stripe-9.11.0.ebuild +++ b/dev-python/stripe/stripe-9.11.0.ebuild @@ -4,11 +4,11 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi -DESCRIPTION="Stripe python bindings" +DESCRIPTION="Stripe Python bindings" HOMEPAGE=" https://github.com/stripe/stripe-python/ https://pypi.org/project/stripe/