commit: bdff2b50c2d295e5adb9ef03b16bb413f48cc099
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 28 22:45:27 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 28 22:45:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdff2b50
dev-python/pynput: disable py3.9, pypy3
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/pynput/pynput-1.7.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pynput/pynput-1.7.6.ebuild
b/dev-python/pynput/pynput-1.7.6.ebuild
index f3eb9d1adc..9c01a61b32 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