dev-python/docker-pycreds: add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 12 Apr 2019 21:53:53 +0000 (16:53 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 12 Apr 2019 22:47:10 +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-pycreds/docker-pycreds-0.3.0.ebuild
dev-python/docker-pycreds/docker-pycreds-0.4.0.ebuild

index 819212773049b3003905de55911119e763c36b9d..1afe1b89fcf16df30a469a46557a32b20c347a86 100644 (file)
@@ -3,7 +3,7 @@
 
 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
 
 DESCRIPTION="Python bindings for the docker credentials store API"
index fe226cc2add52940bd8f01e6601b30b4061e7c22..8e91cb7cad8aa25da60c1fafea6122aed4fc1053 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # 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
 
 DESCRIPTION="Python bindings for the docker credentials store API"