diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-10-16 19:30:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-10-16 19:52:56 +0200 |
commit | 9a9a696294c0ccf230bcd4b8dcf0e63160b09070 (patch) | |
tree | 53fa1a0eb8e6638ab389de4d46b359184a4286eb /dev-python/jaraco-collections | |
parent | dev-python/psycopg: Bump to 2.9.10 (diff) | |
download | gentoo-9a9a696294c0ccf230bcd4b8dcf0e63160b09070.tar.gz gentoo-9a9a696294c0ccf230bcd4b8dcf0e63160b09070.tar.bz2 gentoo-9a9a696294c0ccf230bcd4b8dcf0e63160b09070.zip |
dev-python/jaraco-collections: Enable py3.13t
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-collections')
-rw-r--r-- | dev-python/jaraco-collections/jaraco-collections-5.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-collections/jaraco-collections-5.1.0.ebuild b/dev-python/jaraco-collections/jaraco-collections-5.1.0.ebuild index 06cfa3486501..5f8806ef5b78 100644 --- a/dev-python/jaraco-collections/jaraco-collections-5.1.0.ebuild +++ b/dev-python/jaraco-collections/jaraco-collections-5.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit PYPI_PN=${PN/-/.} -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 ) inherit distutils-r1 pypi |