diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 18:24:25 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-04 18:24:25 +0200 |
commit | 799c8a590c9a005d3417c2e75f192bc33700ba89 (patch) | |
tree | 1bd176e87391f1ef1186684495b50470d16a8b91 /dev-python/unicodecsv | |
parent | dev-python/contextlib2: Add python3_6 (diff) | |
download | gentoo-799c8a590c9a005d3417c2e75f192bc33700ba89.tar.gz gentoo-799c8a590c9a005d3417c2e75f192bc33700ba89.tar.bz2 gentoo-799c8a590c9a005d3417c2e75f192bc33700ba89.zip |
dev-python/unicodecsv: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/unicodecsv')
-rw-r--r-- | dev-python/unicodecsv/unicodecsv-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild index 8edaf797627f..42d302a16328 100644 --- a/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild +++ b/dev-python/unicodecsv/unicodecsv-0.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 |