diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-16 00:37:29 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-16 01:00:06 -0700 |
commit | 15a7f02c9c42766ea57ab86c8448d524f731cbde (patch) | |
tree | 1dd442ade84cb9f2cd161411743664fd50a0ad08 /dev-python/dill/dill-0.2.5.ebuild | |
parent | dev-python/serpent: Add python3_6 to PYTHON_COMPAT (diff) | |
download | gentoo-15a7f02c9c42766ea57ab86c8448d524f731cbde.tar.gz gentoo-15a7f02c9c42766ea57ab86c8448d524f731cbde.tar.bz2 gentoo-15a7f02c9c42766ea57ab86c8448d524f731cbde.zip |
dev-python/dill: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/dill/dill-0.2.5.ebuild')
-rw-r--r-- | dev-python/dill/dill-0.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dill/dill-0.2.5.ebuild b/dev-python/dill/dill-0.2.5.ebuild index f5c0414419a2..ef70f9de3e2c 100644 --- a/dev-python/dill/dill-0.2.5.ebuild +++ b/dev-python/dill/dill-0.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} pypy ) inherit distutils-r1 |