commit: 7858b0d0f516e01859a9577afc2b07e2e5b7b3cf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 25 11:15:13 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 25 12:18:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7858b0d0
dev-python/certifi: Port to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/certifi/certifi-2020.4.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/certifi/certifi-2020.4.5.1.ebuild
b/dev-python/certifi/certifi-2020.4.5.1.ebuild
index 7014988654a..e4ee7e759bb 100644
--- a/dev-python/certifi/certifi-2020.4.5.1.ebuild
+++ b/dev-python/certifi/certifi-2020.4.5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit distutils-r1 prefix readme.gentoo-r1