diff options
author | Marek Szuba <marecki@gentoo.org> | 2024-03-06 16:31:38 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2024-03-06 17:37:25 +0000 |
commit | 7b2ae4a464230441f75fe560d48b93e69597e13f (patch) | |
tree | bd144ebfc15ffcf367c320bb29d4e9315374d597 /dev-python/jack-client | |
parent | dev-python/pytest-testinfra: enable py3.12 (diff) | |
download | gentoo-7b2ae4a464230441f75fe560d48b93e69597e13f.tar.gz gentoo-7b2ae4a464230441f75fe560d48b93e69597e13f.tar.bz2 gentoo-7b2ae4a464230441f75fe560d48b93e69597e13f.zip |
dev-python/jack-client: enable py3.12
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/jack-client')
-rw-r--r-- | dev-python/jack-client/jack-client-0.5.4.ebuild | 4 |
1 files 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" |