diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-06 17:58:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-06 18:26:50 +0200 |
commit | 0cc26b9606909947c2f7b20374dcff4c368167c4 (patch) | |
tree | 703d8aa5655894063bdb69b9ece66bc51ed045d8 /x11-base | |
parent | x11-libs/libdrm: Stabilize 2.4.121 amd64, #935673 (diff) | |
download | gentoo-0cc26b9606909947c2f7b20374dcff4c368167c4.tar.gz gentoo-0cc26b9606909947c2f7b20374dcff4c368167c4.tar.bz2 gentoo-0cc26b9606909947c2f7b20374dcff4c368167c4.zip |
x11-base/xorg-proto: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-proto/xorg-proto-2024.1.ebuild | 2 | ||||
-rw-r--r-- | x11-base/xorg-proto/xorg-proto-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-base/xorg-proto/xorg-proto-2024.1.ebuild b/x11-base/xorg-proto/xorg-proto-2024.1.ebuild index 9a50fc259d58..42f6666cd142 100644 --- a/x11-base/xorg-proto/xorg-proto-2024.1.ebuild +++ b/x11-base/xorg-proto/xorg-proto-2024.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) MY_PN="${PN/xorg-/xorg}" MY_P="${MY_PN}-${PV}" diff --git a/x11-base/xorg-proto/xorg-proto-9999.ebuild b/x11-base/xorg-proto/xorg-proto-9999.ebuild index 980d24c44384..3ca7fa0c89e5 100644 --- a/x11-base/xorg-proto/xorg-proto-9999.ebuild +++ b/x11-base/xorg-proto/xorg-proto-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) MY_PN="${PN/xorg-/xorg}" MY_P="${MY_PN}-${PV}" |