aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-12-18 20:54:52 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-12-18 20:54:52 +0100
commit18c727f335e46110372b6494c4aba22188b8db7f (patch)
treeb90d0f7a8a2b34e6934c4e43d561b819200bf4f7 /dev-python/curio
parentdev-python/webpy: version bump 0.62 (diff)
downloadguru-18c727f335e46110372b6494c4aba22188b8db7f.tar.gz
guru-18c727f335e46110372b6494c4aba22188b8db7f.tar.bz2
guru-18c727f335e46110372b6494c4aba22188b8db7f.zip
*/*: drop python3.6
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/curio')
-rw-r--r--dev-python/curio/curio-1.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/curio/curio-1.2-r1.ebuild b/dev-python/curio/curio-1.2-r1.ebuild
index b1c54de94..d009e77e7 100644
--- a/dev-python/curio/curio-1.2-r1.ebuild
+++ b/dev-python/curio/curio-1.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1