diff options
author | 2024-06-24 21:12:16 -0400 | |
---|---|---|
committer | 2024-06-25 02:31:29 +0100 | |
commit | 5e8bdf124e507d3efaf5a9a59a10c6e16de116d2 (patch) | |
tree | a3d48d24d53add885a7bc7d8ec285c557e36ebd8 /dev-build | |
parent | dev-libs/libgpg-error: fix UnusedInherits (diff) | |
download | gentoo-5e8bdf124e507d3efaf5a9a59a10c6e16de116d2.tar.gz gentoo-5e8bdf124e507d3efaf5a9a59a10c6e16de116d2.tar.bz2 gentoo-5e8bdf124e507d3efaf5a9a59a10c6e16de116d2.zip |
dev-build/meson: enable py3.13 in live
A couple known problems are now resolved via:
https://github.com/mesonbuild/meson/pull/13205
And tests pass under 3.13.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-build')
-rw-r--r-- | dev-build/meson/meson-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-build/meson/meson-9999.ebuild b/dev-build/meson/meson-9999.ebuild index 027a1fc01853..b65657a09c33 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..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit bash-completion-r1 edo distutils-r1 flag-o-matic toolchain-funcs |