dev-python/schedule: Add python3_6
authorManuel Rüger <mrueg@gentoo.org>
Tue, 16 May 2017 20:05:06 +0000 (22:05 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Tue, 16 May 2017 20:05:06 +0000 (22:05 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-python/schedule/schedule-0.4.2.ebuild

index 7a9b54c19d60f8dec5f8f5e9a38a5bc08ef03561..121233ddb8e64a33bd9d0076ec03c80d07f31090 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python{3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="Python job scheduling for humans"