commit: f23c4951beaa95b332d20d7f6168989be017ea31
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Sep 24 11:54:56 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Sep 24 11:54:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f23c4951
dev-python/graphql-core: drop py3.6
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/graphql-core/graphql-core-3.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/graphql-core/graphql-core-3.1.1.ebuild
b/dev-python/graphql-core/graphql-core-3.1.1.ebuild
index b76518b3..4f26be94 100644
--- a/dev-python/graphql-core/graphql-core-3.1.1.ebuild
+++ b/dev-python/graphql-core/graphql-core-3.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1