summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuetzaly Daniela Solano Gómez <gentoo@sattvik.com>2024-02-22 19:49:22 -0600
committerQuetzaly Daniela Solano Gómez <gentoo@sattvik.com>2024-02-22 19:49:22 -0600
commit3cb546b9149e3eef6d5753afa5466681c7fef374 (patch)
treebbf486e0cb8b3b65a0ade43dde01689b5e84f02a
parentdev-python/pynput: Fix package name (diff)
downloadsattvik-3cb546b9149e3eef6d5753afa5466681c7fef374.tar.gz
sattvik-3cb546b9149e3eef6d5753afa5466681c7fef374.tar.bz2
sattvik-3cb546b9149e3eef6d5753afa5466681c7fef374.zip
dev-python/pynput: Update python version
Signed-off-by: Quetzaly Daniela Solano Gómez <gentoo@sattvik.com>
-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 cec1591..872acc2 100644
--- a/dev-python/pynput/pynput-1.7.6.ebuild
+++ b/dev-python/pynput/pynput-1.7.6.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
DESCRIPTION="Sends virtual input commands"