aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-03-16 16:37:43 -0400
committerHorea Christian <chr@chymera.eu>2020-03-16 16:37:43 -0400
commit7749ff6ff51be81975cb52e34cec1ed6f9e41dde (patch)
tree3d32a3cac42d47049b132b7e7c2d3906f4334396 /dev-python
parentdev-python/fslpy: version bump 2.8.4 (diff)
downloadsci-7749ff6ff51be81975cb52e34cec1ed6f9e41dde.tar.gz
sci-7749ff6ff51be81975cb52e34cec1ed6f9e41dde.tar.bz2
sci-7749ff6ff51be81975cb52e34cec1ed6f9e41dde.zip
dev-python/grabbit: PYTHON_COMPAT bump 3.7
Package-Manager: Portage-2.3.92, Repoman-2.3.20 Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/grabbit/grabbit-0.2.6.ebuild4
1 files 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