dev-python/graphql-relay: drop py3.6

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan 2020-09-24 14:09:26 +02:00
parent 821c906d43
commit 6b7fc977ec
No known key found for this signature in database
GPG Key ID: A19F636CD4EDBCD1

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1