summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-07-15 15:37:48 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-07-15 16:44:58 +0300
commit29c698cc163e5fc2ec9417a241f0c6c2a2353684 (patch)
treea1fbffe08589167dc737d86076029e32ad8d1583
parentdev-python/oslo-config: enable py3.11 (diff)
downloadgentoo-29c698cc163e5fc2ec9417a241f0c6c2a2353684.tar.gz
gentoo-29c698cc163e5fc2ec9417a241f0c6c2a2353684.tar.bz2
gentoo-29c698cc163e5fc2ec9417a241f0c6c2a2353684.zip
dev-python/oslo-concurrency: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
index d04724cd2fc5..c2a8701d0d14 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-4.5.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1