dev-python/isodate: Tested on py3.7
authorMichał Górny <mgorny@gentoo.org>
Thu, 20 Sep 2018 08:53:20 +0000 (10:53 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 20 Sep 2018 10:01:12 +0000 (12:01 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/isodate/isodate-0.6.0.ebuild

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