diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-13 19:06:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-13 20:44:51 +0200 |
commit | 6c402b8999d80c1dce6bc075184545ca9e592cb9 (patch) | |
tree | 156f758e4391b98b34ccf96aca43ae8e82de3f90 /dev-build | |
parent | dev-python/pyproject-metadata: Enable py3.13 (diff) | |
download | gentoo-6c402b8999d80c1dce6bc075184545ca9e592cb9.tar.gz gentoo-6c402b8999d80c1dce6bc075184545ca9e592cb9.tar.bz2 gentoo-6c402b8999d80c1dce6bc075184545ca9e592cb9.zip |
dev-build/meson: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-build')
-rw-r--r-- | dev-build/meson/meson-1.4.0-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 d30bc90b1103..24f0d730f741 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..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} 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 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 |