virtual/python-greenlet: add python3.7 support
authorUltrabug <ultrabug@gentoo.org>
Wed, 18 Jul 2018 09:33:55 +0000 (11:33 +0200)
committerUltrabug <ultrabug@gentoo.org>
Wed, 18 Jul 2018 09:40:59 +0000 (11:40 +0200)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

virtual/python-greenlet/python-greenlet-1.0.ebuild

index 4f2384226a7b33b139fd50c62125080de6410d73..13bded7e61d02e5b7979c29d500d9298fc9ddeab 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
 inherit python-r1