diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-11 15:35:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-14 14:38:49 +0200 |
commit | e3c946d69ad5f6ab4e41011c5b5edb3d47b29b3f (patch) | |
tree | d1c1e04b1d498a2b8093a612c076162d9284ac0a /dev-python/editables | |
parent | dev-python/pathspec: Enable python3_13t (diff) | |
download | gentoo-e3c946d69ad5f6ab4e41011c5b5edb3d47b29b3f.tar.gz gentoo-e3c946d69ad5f6ab4e41011c5b5edb3d47b29b3f.tar.bz2 gentoo-e3c946d69ad5f6ab4e41011c5b5edb3d47b29b3f.zip |
dev-python/editables: Enable python3_13t
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/editables')
-rw-r--r-- | dev-python/editables/editables-0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/editables/editables-0.5.ebuild b/dev-python/editables/editables-0.5.ebuild index f80dba550524..413208f02b6c 100644 --- a/dev-python/editables/editables-0.5.ebuild +++ b/dev-python/editables/editables-0.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} python3_13t ) inherit distutils-r1 |