diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:08:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:56:24 +0200 |
commit | 5e9d67748dc4d7a0ef3c0cc7e696939ef29dc3b0 (patch) | |
tree | 286f4061db282d07f64bd5355dc42825002d96e5 /dev-python/strict-rfc3339 | |
parent | dev-python/backports: Enable py3.7 (diff) | |
download | gentoo-5e9d67748dc4d7a0ef3c0cc7e696939ef29dc3b0.tar.gz gentoo-5e9d67748dc4d7a0ef3c0cc7e696939ef29dc3b0.tar.bz2 gentoo-5e9d67748dc4d7a0ef3c0cc7e696939ef29dc3b0.zip |
dev-python/strict-rfc3339: Enable py3.7
Diffstat (limited to 'dev-python/strict-rfc3339')
-rw-r--r-- | dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild index 8bd2ac3c3e0f..c41e48cd5c24 100644 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) inherit distutils-r1 |