diff options
author | 2020-05-25 13:15:13 +0200 | |
---|---|---|
committer | 2020-05-25 14:18:05 +0200 | |
commit | 7858b0d0f516e01859a9577afc2b07e2e5b7b3cf (patch) | |
tree | e9eb957c0d868eafae336c9faaa2ef838c17e0ca /dev-python/certifi | |
parent | dev-python/setuptools: Port to py3.9 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |