dev-python/pika: Support python 3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 15:22:12 +0000 (17:22 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 15:23:50 +0000 (17:23 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/pika/pika-0.10.0.ebuild

index 8b4d6dc39c46b7eaeffed0f12ce6149eedc57134..c72ca2b50a9b5b7874f2be2880f77feb0d325c0b 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1