dev-python/os-testr: Support python 3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 14:45:43 +0000 (16:45 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 15:23:33 +0000 (17:23 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/os-testr/os-testr-1.0.0.ebuild

index 5a0030949c9ba827fa2c47ebedf56fdffdbce54f..5dc2a9c019fac46d092d55442fdda0a440751fbc 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1