diff options
author | 2023-06-01 16:56:22 +0200 | |
---|---|---|
committer | 2023-06-01 16:56:22 +0200 | |
commit | ce92096102786064308df5be09fceafc2b369483 (patch) | |
tree | 34b609e726c2c3c669d1adde9a2e08cc6c0e7845 /dev-python/stripe | |
parent | dev-python/structlog: Enable py3.12 (diff) | |
download | gentoo-ce92096102786064308df5be09fceafc2b369483.tar.gz gentoo-ce92096102786064308df5be09fceafc2b369483.tar.bz2 gentoo-ce92096102786064308df5be09fceafc2b369483.zip |
dev-python/stripe: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/stripe')
-rw-r--r-- | dev-python/stripe/stripe-5.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/stripe/stripe-5.4.0.ebuild b/dev-python/stripe/stripe-5.4.0.ebuild index c6a00a9e2cfb..ccf3bbd38859 100644 --- a/dev-python/stripe/stripe-5.4.0.ebuild +++ b/dev-python/stripe/stripe-5.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |