summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 16:04:31 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 16:26:07 +0200
commit9bf2968b58df227519f9861c0f53c49357c43fa2 (patch)
tree25f9afd95f16a52db45ac0ac62182985e38a8048
parentdev-python/basho-erlastic: Enable py3.13 (diff)
downloadgentoo-9bf2968b58df227519f9861c0f53c49357c43fa2.tar.gz
gentoo-9bf2968b58df227519f9861c0f53c49357c43fa2.tar.bz2
gentoo-9bf2968b58df227519f9861c0f53c49357c43fa2.zip
dev-python/bitarray: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/bitarray/bitarray-2.9.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/bitarray/bitarray-2.9.2.ebuild b/dev-python/bitarray/bitarray-2.9.2.ebuild
index a667d90d5991..ab1f379fc70c 100644
--- a/dev-python/bitarray/bitarray-2.9.2.ebuild
+++ b/dev-python/bitarray/bitarray-2.9.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi