dev-python/retry-decorator: add py3.5 love
authorMike Frysinger <vapier@gentoo.org>
Wed, 15 Jun 2016 00:00:32 +0000 (20:00 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 15 Jun 2016 03:56:44 +0000 (23:56 -0400)
dev-python/retry-decorator/retry-decorator-1.0.0.ebuild

index 4751a2178503914b167e1ab0e10dc9fe8081d99f..8b695d0eb8f431bb5ff0a7dc1418997e5a8fb1ef 100644 (file)
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
 
 inherit distutils-r1 vcs-snapshot