diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-04-03 21:16:01 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-04-03 21:17:04 +0200 |
commit | 622e077c0c7498d551cb5da7e82c46bace0c7e00 (patch) | |
tree | c4cb2318bddf495370f058cc21b034002c8c005e /x11-wm | |
parent | x11-wm/herbstluftwm: adjust src_test for pep517 (diff) | |
download | gentoo-622e077c0c7498d551cb5da7e82c46bace0c7e00.tar.gz gentoo-622e077c0c7498d551cb5da7e82c46bace0c7e00.tar.bz2 gentoo-622e077c0c7498d551cb5da7e82c46bace0c7e00.zip |
x11-wm/herbstluftwm: enable py3.12
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/herbstluftwm/herbstluftwm-0.9.5-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.9.5-r2.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.9.5-r2.ebuild index 47d995e179c6..ceda002ab268 100644 --- a/x11-wm/herbstluftwm/herbstluftwm-0.9.5-r2.ebuild +++ b/x11-wm/herbstluftwm/herbstluftwm-0.9.5-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_OPTIONAL=1 |