diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-09 15:41:42 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:17:17 -0800 |
commit | 9741aa743bb8aacbe7c2ed613e7a5fbfa73890d7 (patch) | |
tree | 336f012c8bfbdaa7e156878ba343208af77bf6f4 /dev-python/certifi/certifi-2016.9.26.ebuild | |
parent | dev-python/setuptools: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-9741aa743bb8aacbe7c2ed613e7a5fbfa73890d7.tar.gz gentoo-9741aa743bb8aacbe7c2ed613e7a5fbfa73890d7.tar.bz2 gentoo-9741aa743bb8aacbe7c2ed613e7a5fbfa73890d7.zip |
dev-python/certifi: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/certifi/certifi-2016.9.26.ebuild')
-rw-r--r-- | dev-python/certifi/certifi-2016.9.26.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/certifi/certifi-2016.9.26.ebuild b/dev-python/certifi/certifi-2016.9.26.ebuild index d446836df22a..dc35c014caa0 100644 --- a/dev-python/certifi/certifi-2016.9.26.ebuild +++ b/dev-python/certifi/certifi-2016.9.26.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 |