summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2020-01-26 13:34:41 -0600
committerWilliam Hubbs <williamh@gentoo.org>2020-01-26 13:34:41 -0600
commit1cd47c64c664011cde93cf436b5ac8d170ae8b3b (patch)
tree72a0a544d1d3b800108dfbbcc54091fab807e456 /dev-python/itypes
parentdev-lang/go: stable 1.12.15 on amd64 and x86 (diff)
downloadgentoo-1cd47c64c664011cde93cf436b5ac8d170ae8b3b.tar.gz
gentoo-1cd47c64c664011cde93cf436b5ac8d170ae8b3b.tar.bz2
gentoo-1cd47c64c664011cde93cf436b5ac8d170ae8b3b.zip
dev-python/itypes: add python3_7
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'dev-python/itypes')
-rw-r--r--dev-python/itypes/itypes-1.1.0.ebuild4
1 files 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"