dev-python/responses: add py37 support
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 03:22:02 +0000 (22:22 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 10 Apr 2019 05:07:22 +0000 (00:07 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/responses/responses-0.9.0.ebuild

index 091b251b27a7450ed38bcb3cbf89792ba867e9c7..bc75e8692640a9c7c9d19b2d6f29a389b1cb2ab6 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=7
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1