From 6bb319b4817177f40142945d6f0c43fa3e0715ac Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Mon, 13 Sep 2021 22:11:52 +0300 Subject: dev-python/pyscreenshot: enable py3.10 Signed-off-by: Arthur Zamarin --- dev-python/pyscreenshot/pyscreenshot-3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pyscreenshot/pyscreenshot-3.0.ebuild') diff --git a/dev-python/pyscreenshot/pyscreenshot-3.0.ebuild b/dev-python/pyscreenshot/pyscreenshot-3.0.ebuild index 71f557e8e35f..86364470ae3e 100644 --- a/dev-python/pyscreenshot/pyscreenshot-3.0.ebuild +++ b/dev-python/pyscreenshot/pyscreenshot-3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 virtualx -- cgit v1.2.3-65-gdbad