summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-11 15:38:44 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-14 14:38:55 +0200
commit15058a4158b6a15a077c2c2ba2158c93be7aa19a (patch)
treede6c3eb7165b692565885495f1cbe79bef14f8a0
parentdev-python/setuptools-scm: Enable python3_13t (diff)
downloadgentoo-15058a4158b6a15a077c2c2ba2158c93be7aa19a.tar.gz
gentoo-15058a4158b6a15a077c2c2ba2158c93be7aa19a.tar.bz2
gentoo-15058a4158b6a15a077c2c2ba2158c93be7aa19a.zip
dev-python/pluggy: Enable python3_13t
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pluggy/pluggy-1.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pluggy/pluggy-1.5.0.ebuild b/dev-python/pluggy/pluggy-1.5.0.ebuild
index fd1a0a67e5a4..f9e611044092 100644
--- a/dev-python/pluggy/pluggy-1.5.0.ebuild
+++ b/dev-python/pluggy/pluggy-1.5.0.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 pypi