diff options
author | 2020-12-18 20:54:52 +0100 | |
---|---|---|
committer | 2020-12-18 20:54:52 +0100 | |
commit | 18c727f335e46110372b6494c4aba22188b8db7f (patch) | |
tree | b90d0f7a8a2b34e6934c4e43d561b819200bf4f7 /dev-python/curio | |
parent | dev-python/webpy: version bump 0.62 (diff) | |
download | guru-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.ebuild | 2 |
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 |