diff options
Diffstat (limited to 'dev-python/stripe/stripe-9.11.0.ebuild')
-rw-r--r-- | dev-python/stripe/stripe-9.11.0.ebuild | 4 |
1 files 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/ |