diff options
author | 2024-10-11 15:33:04 +0200 | |
---|---|---|
committer | 2024-10-14 14:35:43 +0200 | |
commit | 944633b2e448d5e8b2f7043afe2e29503970c172 (patch) | |
tree | 7e6fe274b55d4a3ea28d10879344853bbfa4f8f5 /dev-python/gpep517 | |
parent | dev-python/installer: Enable python3_13t (diff) | |
download | gentoo-944633b2e448d5e8b2f7043afe2e29503970c172.tar.gz gentoo-944633b2e448d5e8b2f7043afe2e29503970c172.tar.bz2 gentoo-944633b2e448d5e8b2f7043afe2e29503970c172.zip |
dev-python/gpep517: Enable python3_13t
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gpep517')
-rw-r--r-- | dev-python/gpep517/gpep517-16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gpep517/gpep517-16.ebuild b/dev-python/gpep517/gpep517-16.ebuild index 0bf96edc1ec7..9ce81ecad415 100644 --- a/dev-python/gpep517/gpep517-16.ebuild +++ b/dev-python/gpep517/gpep517-16.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} python3_13t ) inherit distutils-r1 |