diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-15 09:00:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-15 09:01:25 +0100 |
commit | 5ad900dbfb123ddfca54de9efb980f304de709b3 (patch) | |
tree | ce8794aeeb3a93ab9762e35756b670fde253a8a9 /dev-python/certifi | |
parent | dev-python/setuptools: Enable Python 3.8 (diff) | |
download | gentoo-5ad900dbfb123ddfca54de9efb980f304de709b3.tar.gz gentoo-5ad900dbfb123ddfca54de9efb980f304de709b3.tar.bz2 gentoo-5ad900dbfb123ddfca54de9efb980f304de709b3.zip |
dev-python/certifi: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/certifi')
-rw-r--r-- | dev-python/certifi/certifi-2019.9.11.ebuild | 2 |
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 |