diff options
author | 2018-07-14 22:09:32 +0200 | |
---|---|---|
committer | 2018-07-16 21:56:34 +0200 | |
commit | 7c5fc04b3bc229da7e102d7a9a7661f3cd8f9b32 (patch) | |
tree | 53ef41f06ca178f4823dc5f21b5af3bf96e0970d /dev-python/funcsigs | |
parent | dev-python/vcversioner: Enable py3.7 (diff) | |
download | gentoo-7c5fc04b3bc229da7e102d7a9a7661f3cd8f9b32.tar.gz gentoo-7c5fc04b3bc229da7e102d7a9a7661f3cd8f9b32.tar.bz2 gentoo-7c5fc04b3bc229da7e102d7a9a7661f3cd8f9b32.zip |
dev-python/funcsigs: Enable py3.7
Diffstat (limited to 'dev-python/funcsigs')
-rw-r--r-- | dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild index 9d4466231cf6..6f23d1222a43 100644 --- a/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild +++ b/dev-python/funcsigs/funcsigs-1.0.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} pypy{,3} ) inherit distutils-r1 |