commit: 79b36d922b63e347f858eb32a899c8927ac94dad Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 20 08:53:20 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Sep 20 10:01:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b36d92
dev-python/isodate: Tested on py3.7 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/isodate/isodate-0.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/isodate/isodate-0.6.0.ebuild b/dev-python/isodate/isodate-0.6.0.ebuild index a098d7cb995..7d48aa9edc4 100644 --- a/dev-python/isodate/isodate-0.6.0.ebuild +++ b/dev-python/isodate/isodate-0.6.0.ebuild @@ -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