summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 18:01:35 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 18:10:49 +0200
commit3b946d7c272176bd8711e10b936a6ac8afe0b0fb (patch)
tree249acf71fccd16d67854ca8a952820badfb9bbf7
parentdev-python/httplib2: Enable py3.13 (diff)
downloadgentoo-3b946d7c272176bd8711e10b936a6ac8afe0b0fb.tar.gz
gentoo-3b946d7c272176bd8711e10b936a6ac8afe0b0fb.tar.bz2
gentoo-3b946d7c272176bd8711e10b936a6ac8afe0b0fb.zip
dev-python/huawei-lte-api: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/huawei-lte-api/huawei-lte-api-1.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/huawei-lte-api/huawei-lte-api-1.8.1.ebuild b/dev-python/huawei-lte-api/huawei-lte-api-1.8.1.ebuild
index 8793f24f8b46..4315d293fdf2 100644
--- a/dev-python/huawei-lte-api/huawei-lte-api-1.8.1.ebuild
+++ b/dev-python/huawei-lte-api/huawei-lte-api-1.8.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1