summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-17 11:37:41 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-17 11:58:32 +0100
commitc8b20348714db24ea750f57b762c4f0f33ba5697 (patch)
treeda9d92922006f0c1ab8020d036cac134dd560266
parentdev-python/zeep: Use pypi.eclass (diff)
downloadgentoo-c8b20348714db24ea750f57b762c4f0f33ba5697.tar.gz
gentoo-c8b20348714db24ea750f57b762c4f0f33ba5697.tar.bz2
gentoo-c8b20348714db24ea750f57b762c4f0f33ba5697.zip
dev-python/zeep: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/zeep/zeep-4.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zeep/zeep-4.2.1.ebuild b/dev-python/zeep/zeep-4.2.1.ebuild
index ba866331405b..4e4defd72a91 100644
--- a/dev-python/zeep/zeep-4.2.1.ebuild
+++ b/dev-python/zeep/zeep-4.2.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 pypi