From e8f4ace655e3a1e4566128e59adbf8e4bc077156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20B=C3=B6ck?= Date: Tue, 10 Nov 2020 10:03:15 +0100 Subject: [PATCH] dev-python/authheaders: Enable Python 3.8 and 3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hanno Böck Package-Manager: Portage-3.0.9, Repoman-3.0.2 --- dev-python/authheaders/authheaders-0.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/authheaders/authheaders-0.13.0.ebuild b/dev-python/authheaders/authheaders-0.13.0.ebuild index 606604702e6f6..93712de762712 100644 --- a/dev-python/authheaders/authheaders-0.13.0.ebuild +++ b/dev-python/authheaders/authheaders-0.13.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 DESCRIPTION="A library wrapping email authentication header verification and generation."