summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 18:15:41 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 18:15:41 +0200
commit511a7357fc352e2db7910f9a8b23dfce11e10cb4 (patch)
treebe06fc7e62b4b3e9ab2528319b61639329d1d2cc
parentdev-python/jaraco-vcs: Remove old (diff)
downloadgentoo-511a7357fc352e2db7910f9a8b23dfce11e10cb4.tar.gz
gentoo-511a7357fc352e2db7910f9a8b23dfce11e10cb4.tar.bz2
gentoo-511a7357fc352e2db7910f9a8b23dfce11e10cb4.zip
dev-python/lz4: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/lz4/lz4-4.3.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/lz4/lz4-4.3.3.ebuild b/dev-python/lz4/lz4-4.3.3.ebuild
index 3363be935ab4..a22c08113af9 100644
--- a/dev-python/lz4/lz4-4.3.3.ebuild
+++ b/dev-python/lz4/lz4-4.3.3.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