diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-11 15:38:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-14 14:38:55 +0200 |
commit | 15058a4158b6a15a077c2c2ba2158c93be7aa19a (patch) | |
tree | de6c3eb7165b692565885495f1cbe79bef14f8a0 | |
parent | dev-python/setuptools-scm: Enable python3_13t (diff) | |
download | gentoo-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.ebuild | 2 |
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 |