commit: 5ea7d3029192357a89585cc8997f9f370a2ad090
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon May 13 18:49:39 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 13 19:40:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea7d302
Revert "dev-build/meson: Enable py3.13"
This reverts commit 6c402b8999d80c1dce6bc075184545ca9e592cb9.
Meson doesn't pass tests upstream with py3.13, nor when overriding
RESTRICT=test and testing it on gentoo.
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-build/meson/meson-1.4.0-r1.ebuild | 2 +-
dev-build/meson/meson-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-build/meson/meson-1.4.0-r1.ebuild
b/dev-build/meson/meson-1.4.0-r1.ebuild
index 24f0d730f741..d30bc90b1103 100644
--- a/dev-build/meson/meson-1.4.0-r1.ebuild
+++ b/dev-build/meson/meson-1.4.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit bash-completion-r1 edo distutils-r1 flag-o-matic toolchain-funcs
diff --git a/dev-build/meson/meson-9999.ebuild
b/dev-build/meson/meson-9999.ebuild
index b65657a09c33..027a1fc01853 100644
--- a/dev-build/meson/meson-9999.ebuild
+++ b/dev-build/meson/meson-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit bash-completion-r1 edo distutils-r1 flag-o-matic toolchain-funcs