summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 19:47:36 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 19:59:39 +0200
commit275846ef3595671c5e19429fa792a50de7a799ea (patch)
tree6a4bd3493eddbd425d249101d74993980d117e02 /dev-python/pyperclip
parentdev-python/pykka: Enable py3.10 (diff)
downloadgentoo-275846ef3595671c5e19429fa792a50de7a799ea.tar.gz
gentoo-275846ef3595671c5e19429fa792a50de7a799ea.tar.bz2
gentoo-275846ef3595671c5e19429fa792a50de7a799ea.zip
dev-python/pyperclip: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyperclip')
-rw-r--r--dev-python/pyperclip/pyperclip-1.8.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyperclip/pyperclip-1.8.2.ebuild b/dev-python/pyperclip/pyperclip-1.8.2.ebuild
index 0a037995ee10..9211d0fca98c 100644
--- a/dev-python/pyperclip/pyperclip-1.8.2.ebuild
+++ b/dev-python/pyperclip/pyperclip-1.8.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 virtualx
DESCRIPTION="A cross-platform clipboard module for Python."