summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:09:32 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:34 +0200
commit7c5fc04b3bc229da7e102d7a9a7661f3cd8f9b32 (patch)
tree53ef41f06ca178f4823dc5f21b5af3bf96e0970d /dev-python/funcsigs
parentdev-python/vcversioner: Enable py3.7 (diff)
downloadgentoo-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.ebuild2
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