diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-13 22:11:52 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-14 16:58:17 +0300 |
commit | 6bb319b4817177f40142945d6f0c43fa3e0715ac (patch) | |
tree | a267a38fdb76406c66fbcb5aae76b33e2a1cbd1c /dev-python/pyscreenshot | |
parent | dev-python/pyscreenshot: add github upstream metadata (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/pyscreenshot/pyscreenshot-3.0.ebuild | 2 |
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 |