diff options
author | 2024-10-11 15:32:57 +0200 | |
---|---|---|
committer | 2024-10-14 14:35:42 +0200 | |
commit | 98144b57f39551957613537e91ed8811744649ac (patch) | |
tree | e67622e2463f93f56cc54ba0987d48eabc1aa7a9 /dev-python | |
parent | distutils-r1.eclass: Do not use stable ABI wheels in freethreading (diff) | |
download | gentoo-98144b57f39551957613537e91ed8811744649ac.tar.gz gentoo-98144b57f39551957613537e91ed8811744649ac.tar.bz2 gentoo-98144b57f39551957613537e91ed8811744649ac.zip |
dev-python/installer: Enable python3_13t
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/installer/installer-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/installer/installer-0.7.0.ebuild b/dev-python/installer/installer-0.7.0.ebuild index bf6f7a465683..e421f44f34fd 100644 --- a/dev-python/installer/installer-0.7.0.ebuild +++ b/dev-python/installer/installer-0.7.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 ) inherit distutils-r1 pypi |