summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-15 09:00:30 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-15 09:01:25 +0100
commit5ad900dbfb123ddfca54de9efb980f304de709b3 (patch)
treece8794aeeb3a93ab9762e35756b670fde253a8a9
parentdev-python/setuptools: Enable Python 3.8 (diff)
downloadgentoo-5ad900db.tar.gz
gentoo-5ad900db.tar.bz2
gentoo-5ad900db.zip
dev-python/certifi: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/certifi/certifi-2019.9.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/certifi/certifi-2019.9.11.ebuild b/dev-python/certifi/certifi-2019.9.11.ebuild
index 699a4c5dbe06..ba409ef85575 100644
--- a/dev-python/certifi/certifi-2019.9.11.ebuild
+++ b/dev-python/certifi/certifi-2019.9.11.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
inherit distutils-r1 prefix readme.gentoo-r1