dev-python/itypes: add python3_7
authorWilliam Hubbs <williamh@gentoo.org>
Sun, 26 Jan 2020 19:34:41 +0000 (13:34 -0600)
committerWilliam Hubbs <williamh@gentoo.org>
Sun, 26 Jan 2020 19:34:41 +0000 (13:34 -0600)
Signed-off-by: William Hubbs <williamh@gentoo.org>
dev-python/itypes/itypes-1.1.0.ebuild

index 4a4c46fee443beb00c782a1cf02e4920cad73326..e6e42c7b7c3436f7da3c14e6f7568aa6e5b9757d 100644 (file)
@@ -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"