dev-python/testfixtures: Support python 3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:51:46 +0000 (18:51 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 17:24:13 +0000 (19:24 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/testfixtures/testfixtures-4.9.1.ebuild

index bcde042a6bd2c2a6956c663c06d7a52212560914..249371ad9d35b20a1e37f21a340c4ce1ae62b7e8 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1