From 3e4edd3f21d21bc3f9c9a4432ab0ae3669fe5180 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 15 Jul 2020 07:57:23 +0200 Subject: dev-python/pyqrcode: Port to py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pyqrcode/pyqrcode-1.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyqrcode/pyqrcode-1.2.1-r1.ebuild b/dev-python/pyqrcode/pyqrcode-1.2.1-r1.ebuild index 50803e75ddd8..ee466d886278 100644 --- a/dev-python/pyqrcode/pyqrcode-1.2.1-r1.ebuild +++ b/dev-python/pyqrcode/pyqrcode-1.2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 # upstream doesn't do tags -- cgit v1.2.3-65-gdbad