aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2024-01-28 23:45:27 +0100
committerDavid Roman <davidroman96@gmail.com>2024-01-28 23:45:27 +0100
commitbdff2b50c2d295e5adb9ef03b16bb413f48cc099 (patch)
tree3a1418ee1634a6a20f947ec494c106acbe8a3d45 /dev-python/pynput
parentdev-python/gevent: disable py3.12, py3.9, pypy3 (diff)
downloadguru-bdff2b50c2d295e5adb9ef03b16bb413f48cc099.tar.gz
guru-bdff2b50c2d295e5adb9ef03b16bb413f48cc099.tar.bz2
guru-bdff2b50c2d295e5adb9ef03b16bb413f48cc099.zip
dev-python/pynput: disable py3.9, pypy3
Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'dev-python/pynput')
-rw-r--r--dev-python/pynput/pynput-1.7.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pynput/pynput-1.7.6.ebuild b/dev-python/pynput/pynput-1.7.6.ebuild
index f3eb9d1ad..9c01a61b3 100644
--- a/dev-python/pynput/pynput-1.7.6.ebuild
+++ b/dev-python/pynput/pynput-1.7.6.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi