diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-13 19:33:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-13 20:44:53 +0200 |
commit | 71b95549383fb19434748da37d1116714be5f72c (patch) | |
tree | 87ca3e593c33e6f16b668fbbf056c0fda5950883 /dev-python/build | |
parent | dev-python/pdm-backend: Enable py3.13 (diff) | |
download | gentoo-71b95549383fb19434748da37d1116714be5f72c.tar.gz gentoo-71b95549383fb19434748da37d1116714be5f72c.tar.bz2 gentoo-71b95549383fb19434748da37d1116714be5f72c.zip |
dev-python/build: Enable testing on py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/build')
-rw-r--r-- | dev-python/build/build-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/build/build-1.2.1.ebuild b/dev-python/build/build-1.2.1.ebuild index b0a8d0312cff..8d87a01f4a80 100644 --- a/dev-python/build/build-1.2.1.ebuild +++ b/dev-python/build/build-1.2.1.ebuild @@ -4,8 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_TESTED=( python3_{10..12} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13 ) +PYTHON_TESTED=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) inherit distutils-r1 |