From 1cd47c64c664011cde93cf436b5ac8d170ae8b3b Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 26 Jan 2020 13:34:41 -0600 Subject: [PATCH] dev-python/itypes: add python3_7 Signed-off-by: William Hubbs --- dev-python/itypes/itypes-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/itypes/itypes-1.1.0.ebuild b/dev-python/itypes/itypes-1.1.0.ebuild index 4a4c46fee443..e6e42c7b7c34 100644 --- a/dev-python/itypes/itypes-1.1.0.ebuild +++ b/dev-python/itypes/itypes-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="basic immutable container types for python" -- 2.26.2