diff options
author | Violet Purcell <vimproved@inventati.org> | 2023-06-04 14:45:28 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-05 06:12:32 +0100 |
commit | 6b44d55838d3ab7eb574daca6967ebeca0afa73a (patch) | |
tree | b69a555143b55b036285e1dccabb019773db6d8e /x11-libs/libxcb | |
parent | x11-libs/libdrm: enable py3.12 (diff) | |
download | gentoo-6b44d55838d3ab7eb574daca6967ebeca0afa73a.tar.gz gentoo-6b44d55838d3ab7eb574daca6967ebeca0afa73a.tar.bz2 gentoo-6b44d55838d3ab7eb574daca6967ebeca0afa73a.zip |
x11-libs/libxcb: enable py3.12
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/31297
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r-- | x11-libs/libxcb/libxcb-1.15-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libxcb/libxcb-1.15-r1.ebuild b/x11-libs/libxcb/libxcb-1.15-r1.ebuild index cf28326cbafd..5ddaeaf03b94 100644 --- a/x11-libs/libxcb/libxcb-1.15-r1.ebuild +++ b/x11-libs/libxcb/libxcb-1.15-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) PYTHON_REQ_USE="xml(+)" XORG_TARBALL_SUFFIX="xz" |