summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-25 13:15:13 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-25 14:18:05 +0200
commit7858b0d0f516e01859a9577afc2b07e2e5b7b3cf (patch)
treee9eb957c0d868eafae336c9faaa2ef838c17e0ca /dev-python/certifi
parentdev-python/setuptools: Port to py3.9 (diff)
downloadgentoo-7858b0d0f516e01859a9577afc2b07e2e5b7b3cf.tar.gz
gentoo-7858b0d0f516e01859a9577afc2b07e2e5b7b3cf.tar.bz2
gentoo-7858b0d0f516e01859a9577afc2b07e2e5b7b3cf.zip
dev-python/certifi: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/certifi')
-rw-r--r--dev-python/certifi/certifi-2020.4.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/certifi/certifi-2020.4.5.1.ebuild b/dev-python/certifi/certifi-2020.4.5.1.ebuild
index 7014988654a6..e4ee7e759bbb 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