commit:     17677b45d77c319079b154b70f726a6f9e4457df
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 15:16:08 2024 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 15:29:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17677b45

dev-python/pyudev: enable py3.12

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 dev-python/pyudev/pyudev-0.24.1.ebuild | 4 ++--
 1 file 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"

Reply via email to