dev-python/os-testr: 1.0.0 add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Tue, 9 Apr 2019 06:57:44 +0000 (01:57 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Tue, 9 Apr 2019 07:05:40 +0000 (02:05 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/os-testr/os-testr-1.0.0.ebuild

index 5dc2a9c019fac46d092d55442fdda0a440751fbc..48d2ef38683cb088743497647a40fdb4df5399d8 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# 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,5,6}} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1