summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2024-04-11 08:16:08 -0700
committerPatrick McLean <chutzpah@gentoo.org>2024-04-11 08:29:39 -0700
commit17677b45d77c319079b154b70f726a6f9e4457df (patch)
treed7113ba97d2e29887e608791f82746306f03e8b8 /dev-python/pyudev
parentx11-plugins/pidgin-led-notification: drop 0.1, EAPI6-- (diff)
downloadgentoo-17677b45d77c319079b154b70f726a6f9e4457df.tar.gz
gentoo-17677b45d77c319079b154b70f726a6f9e4457df.tar.bz2
gentoo-17677b45d77c319079b154b70f726a6f9e4457df.zip
dev-python/pyudev: enable py3.12
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/pyudev')
-rw-r--r--dev-python/pyudev/pyudev-0.24.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyudev/pyudev-0.24.1.ebuild b/dev-python/pyudev/pyudev-0.24.1.ebuild
index 7d9d8b3839e0..ff7981c2c97a 100644
--- a/dev-python/pyudev/pyudev-0.24.1.ebuild
+++ b/dev-python/pyudev/pyudev-0.24.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1 optfeature pypi
DESCRIPTION="Python binding to libudev"