virtual/python-pathlib: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Mon, 23 Jul 2018 09:05:28 +0000 (11:05 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 23 Jul 2018 09:25:48 +0000 (11:25 +0200)
virtual/python-pathlib/python-pathlib-1.0.ebuild

index 6f798a00d8ef88fd9ae108b6aa839bf398db3274..10122a0b2869e86dc0c19fe6ec36ce02432a7c27 100644 (file)
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+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