From 4bf439950890353e862d8bbcdb8a7e59caab20f7 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 18 Jan 2020 19:28:09 +0100 Subject: dev-python/stripe: Remove Python 2 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/stripe/stripe-2.42.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/stripe') diff --git a/dev-python/stripe/stripe-2.42.0.ebuild b/dev-python/stripe/stripe-2.42.0.ebuild index 57bfa6b7a472..ded5b96b201e 100644 --- a/dev-python/stripe/stripe-2.42.0.ebuild +++ b/dev-python/stripe/stripe-2.42.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} pypy{,3} ) +PYTHON_COMPAT=( python3_{6,7} pypy3 ) inherit distutils-r1 DESCRIPTION="Stripe python bindings" -- cgit v1.2.3-65-gdbad