dev-python/texttable: enable python3.7 for 1.4.0
authorJoonas Niilola <juippis@gmail.com>
Wed, 22 Aug 2018 05:55:27 +0000 (08:55 +0300)
committerMichał Górny <mgorny@gentoo.org>
Wed, 22 Aug 2018 21:52:50 +0000 (23:52 +0200)
Package-Manager: Portage[mgorny]-2.3.43.3

dev-python/texttable/texttable-1.4.0.ebuild

index 7ed05e0fbe5d10d01672dd051aae34e5dab6ac07..a885a2a6c894e92df0f4429d5300045893923829 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{5..7}} )
 
 inherit distutils-r1