summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-13 22:11:52 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-14 16:58:17 +0300
commit6bb319b4817177f40142945d6f0c43fa3e0715ac (patch)
treea267a38fdb76406c66fbcb5aae76b33e2a1cbd1c /dev-python/pyscreenshot/pyscreenshot-3.0.ebuild
parentdev-python/pyscreenshot: add github upstream metadata (diff)
downloadgentoo-6bb319b4817177f40142945d6f0c43fa3e0715ac.tar.gz
gentoo-6bb319b4817177f40142945d6f0c43fa3e0715ac.tar.bz2
gentoo-6bb319b4817177f40142945d6f0c43fa3e0715ac.zip
dev-python/pyscreenshot: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pyscreenshot/pyscreenshot-3.0.ebuild')
-rw-r--r--dev-python/pyscreenshot/pyscreenshot-3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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