summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-11 15:48:48 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-14 14:38:59 +0200
commitfedfcca0685339a1ea62960410ea47f140aa663c (patch)
tree51e9fe5494b0a0faf0ca89dfccda9fbc14e6eabb /dev-python/pretend
parentdev-python/testpath: Enable python3_13t (diff)
downloadgentoo-fedfcca0685339a1ea62960410ea47f140aa663c.tar.gz
gentoo-fedfcca0685339a1ea62960410ea47f140aa663c.tar.bz2
gentoo-fedfcca0685339a1ea62960410ea47f140aa663c.zip
dev-python/pretend: Enable python3_13t
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pretend')
-rw-r--r--dev-python/pretend/pretend-1.0.9-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pretend/pretend-1.0.9-r2.ebuild b/dev-python/pretend/pretend-1.0.9-r2.ebuild
index ee9ec29d0150..9359feb683d7 100644
--- a/dev-python/pretend/pretend-1.0.9-r2.ebuild
+++ b/dev-python/pretend/pretend-1.0.9-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 )
inherit distutils-r1