summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-04-18 15:44:19 +0200
committerMichał Górny <mgorny@gentoo.org>2025-04-18 16:55:56 +0200
commit0442d1217d962f23ea27ec75ce1a1f4f25f23c9d (patch)
treea3f99349f8388c6a8ef89111305e459513bad79e /dev-python
parentf3762610e2af50f69c210b4ca191801f8180bade (diff)
downloadgentoo-0442d1217d962f23ea27ec75ce1a1f4f25f23c9d.tar.gz
gentoo-0442d1217d962f23ea27ec75ce1a1f4f25f23c9d.tar.bz2
gentoo-0442d1217d962f23ea27ec75ce1a1f4f25f23c9d.zip
dev-python/sortedcontainers: Enable py3.13t
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
index 8cf32811d496..e8dc027dc2c7 100644
--- a/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
+++ b/dev-python/sortedcontainers/sortedcontainers-2.4.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{10..13} python3_13t pypy3 pypy3_11 )
inherit distutils-r1