dev-python/simplegeneric: add py37 suppot
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 27 Jan 2019 22:12:56 +0000 (16:12 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Mon, 28 Jan 2019 00:24:15 +0000 (18:24 -0600)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/simplegeneric/simplegeneric-0.8.1-r1.ebuild

index 44f8201b69749fdcab31631217912d2cc3dfb2d1..2eaf060ee490ae0dad5ba5f92ba43f1a8e4177b2 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
 
 inherit distutils-r1