From 25f0542a082ff5d8579950eb7b966d403b0a02fc Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Fri, 17 Mar 2023 14:48:33 +0100 Subject: [PATCH] dev-python/nornir: enable py3.11 --- dev-python/nornir/nornir-3.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nornir/nornir-3.2.0.ebuild b/dev-python/nornir/nornir-3.2.0.ebuild index 207d861..81cdb0b 100644 --- a/dev-python/nornir/nornir-3.2.0.ebuild +++ b/dev-python/nornir/nornir-3.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Pluggable multi-threaded framework with inventory management"