From 5a66e618816c02fbb6348c6bdce4fb1bddf7fa95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 14 Jul 2018 22:11:52 +0200 Subject: [PATCH] dev-python/decorator: Enable py3.7 --- dev-python/decorator/decorator-4.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/decorator/decorator-4.3.0.ebuild b/dev-python/decorator/decorator-4.3.0.ebuild index 81c7464d33f52..3e02054bc9f2c 100644 --- a/dev-python/decorator/decorator-4.3.0.ebuild +++ b/dev-python/decorator/decorator-4.3.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