summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-12 20:05:25 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-12 20:27:54 +0200
commitf28bf062ec8d3cfe1bb0ff8ef7acbfcb305d6ef3 (patch)
treee2ea4f490e11c74c7f4fb679c54b0bfa27b21d2d /dev-python/huawei-lte-api
parentdev-python/humanize: Enable py3.11 (diff)
downloadgentoo-f28bf062ec8d3cfe1bb0ff8ef7acbfcb305d6ef3.tar.gz
gentoo-f28bf062ec8d3cfe1bb0ff8ef7acbfcb305d6ef3.tar.bz2
gentoo-f28bf062ec8d3cfe1bb0ff8ef7acbfcb305d6ef3.zip
dev-python/huawei-lte-api: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/huawei-lte-api')
-rw-r--r--dev-python/huawei-lte-api/huawei-lte-api-1.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/huawei-lte-api/huawei-lte-api-1.6.ebuild b/dev-python/huawei-lte-api/huawei-lte-api-1.6.ebuild
index fc365b79c31f..9777b04957c4 100644
--- a/dev-python/huawei-lte-api/huawei-lte-api-1.6.ebuild
+++ b/dev-python/huawei-lte-api/huawei-lte-api-1.6.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1