summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-21 08:07:45 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-21 08:47:11 +0200
commitf57040d13d9414f70abc57c686cb49113e99d688 (patch)
treeff895d2840a1b6c59041de389462aabfba307c35 /dev-python/wstools
parentdev-python/pbr: Enable py3.11 (diff)
downloadgentoo-f57040d13d9414f70abc57c686cb49113e99d688.tar.gz
gentoo-f57040d13d9414f70abc57c686cb49113e99d688.tar.bz2
gentoo-f57040d13d9414f70abc57c686cb49113e99d688.zip
dev-python/wstools: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wstools')
-rw-r--r--dev-python/wstools/wstools-0.4.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wstools/wstools-0.4.10.ebuild b/dev-python/wstools/wstools-0.4.10.ebuild
index ae43a5fb3904..81db0a6ef459 100644
--- a/dev-python/wstools/wstools-0.4.10.ebuild
+++ b/dev-python/wstools/wstools-0.4.10.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1