diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-09-20 10:53:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-09-20 12:01:12 +0200 |
commit | 79b36d922b63e347f858eb32a899c8927ac94dad (patch) | |
tree | ce52557c74b55266862090d8452a590361eebd7f /dev-python/isodate | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.157,4.9.128,4.14.7... (diff) | |
download | gentoo-79b36d922b63e347f858eb32a899c8927ac94dad.tar.gz gentoo-79b36d922b63e347f858eb32a899c8927ac94dad.tar.bz2 gentoo-79b36d922b63e347f858eb32a899c8927ac94dad.zip |
dev-python/isodate: Tested on py3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/isodate')
-rw-r--r-- | dev-python/isodate/isodate-0.6.0.ebuild | 4 |
1 files 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 a098d7cb995c..7d48aa9edc43 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 |