commit: 7749ff6ff51be81975cb52e34cec1ed6f9e41dde
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Mar 16 20:37:43 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Mar 16 20:37:43 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7749ff6f
dev-python/grabbit: PYTHON_COMPAT bump 3.7
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/grabbit/grabbit-0.2.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/grabbit/grabbit-0.2.6.ebuild
b/dev-python/grabbit/grabbit-0.2.6.ebuild
index 009db3338..466dc6512 100644
--- a/dev-python/grabbit/grabbit-0.2.6.ebuild
+++ b/dev-python/grabbit/grabbit-0.2.6.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=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7} )
inherit distutils-r1