summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-03-10 18:40:17 -0800
committerZac Medico <zmedico@gentoo.org>2017-03-10 18:40:17 -0800
commit2314f72233ec414d0e8e45e63b85d6c38045c89d (patch)
tree8b23bc33f6d80e7fa19239d337c6e11f35f45328 /dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild
parentdev-python/bottleneck: Add python3_6 to PYTHON_COMPAT (diff)
downloadgentoo-2314f72233ec414d0e8e45e63b85d6c38045c89d.tar.gz
gentoo-2314f72233ec414d0e8e45e63b85d6c38045c89d.tar.bz2
gentoo-2314f72233ec414d0e8e45e63b85d6c38045c89d.zip
dev-python/xlsxwriter: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild')
-rw-r--r--dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild b/dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild
index d75349e1743c..30ac84f26f1e 100644
--- a/dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild
+++ b/dev-python/xlsxwriter/xlsxwriter-0.7.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit distutils-r1