commit: 386ad6474118af4576535597e6c127344f5999ae
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Aug 29 13:07:06 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Aug 29 13:07:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=386ad647
dev-python/trio-asyncio: drop py3.6
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild
b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild
index 74b2e8f..6d3c3b6 100644
--- a/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild
+++ b/dev-python/trio-asyncio/trio-asyncio-0.11.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1