diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:14:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:00 +0200 |
commit | 1003300195c506886f042de523a1fa71d7e141d2 (patch) | |
tree | df168010bed2deed2a5b9e73869b2ce9c6e0fa98 /dev-python/imagesize | |
parent | dev-python/alabaster: Enable py3.7 (diff) | |
download | gentoo-1003300195c506886f042de523a1fa71d7e141d2.tar.gz gentoo-1003300195c506886f042de523a1fa71d7e141d2.tar.bz2 gentoo-1003300195c506886f042de523a1fa71d7e141d2.zip |
dev-python/imagesize: Enable py3.7
Diffstat (limited to 'dev-python/imagesize')
-rw-r--r-- | dev-python/imagesize/imagesize-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/imagesize/imagesize-1.0.0.ebuild b/dev-python/imagesize/imagesize-1.0.0.ebuild index 54738deb2736..b24b21fe5370 100644 --- a/dev-python/imagesize/imagesize-1.0.0.ebuild +++ b/dev-python/imagesize/imagesize-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} ) inherit distutils-r1 |