commit: 7b2ae4a464230441f75fe560d48b93e69597e13f
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 16:31:38 2024 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 17:37:25 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2ae4a4
dev-python/jack-client: enable py3.12
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/jack-client/jack-client-0.5.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/jack-client/jack-client-0.5.4.ebuild
b/dev-python/jack-client/jack-client-0.5.4.ebuild
index 5d69fec70b24..777f02512d6a 100644
--- a/dev-python/jack-client/jack-client-0.5.4.ebuild
+++ b/dev-python/jack-client/jack-client-0.5.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN="JACK-Client"