dev-python/docker-py: add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 12 Apr 2019 21:54:32 +0000 (16:54 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 12 Apr 2019 22:47:11 +0000 (17:47 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/docker-py/docker-py-3.6.0.ebuild
dev-python/docker-py/docker-py-3.7.0.ebuild

index 3172ff7b12b28de78f5e8a2aab6e396f1979b647..ade88d0e82792ced9e51299c36ec7c49ff360f3a 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,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1
 
index 23df023bffa4ba055d5e753196e70c14a2ee5250..baf8b55a5049f1d2f1bce8bf5755d97c1360876d 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,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
 
 inherit distutils-r1