commit: 8ecfa7943aa76deee8a5f646ac180cf5ecbb92e4
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Aug 29 13:07:54 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Aug 29 13:07:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ecfa794
dev-python/pytest-trio: drop py3.6
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
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 d0b4346..fbdb667 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 dc34ecf..55c0268 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