commit: 5947bede9bfc14e8b04bb138e3ed8a36f11a1784
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 19:09:45 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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/