From 8ecfa7943aa76deee8a5f646ac180cf5ecbb92e4 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 29 Aug 2020 15:07:54 +0200 Subject: [PATCH] dev-python/pytest-trio: drop py3.6 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan --- dev-python/pytest-trio/pytest-trio-0.5.2.ebuild | 2 +- dev-python/pytest-trio/pytest-trio-0.6.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild b/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild index d0b4346aa5..fbdb6679d3 100644 --- a/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild +++ b/dev-python/pytest-trio/pytest-trio-0.5.2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) DISTUTILS_USE_SETUPTOOLS=rdepend diff --git a/dev-python/pytest-trio/pytest-trio-0.6.0.ebuild b/dev-python/pytest-trio/pytest-trio-0.6.0.ebuild index dc34ecf3b7..55c02680ad 100644 --- a/dev-python/pytest-trio/pytest-trio-0.6.0.ebuild +++ b/dev-python/pytest-trio/pytest-trio-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend