From b190533c3ce94f108156d50890bf7ff9c7b7b026 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Fri, 17 Mar 2023 15:13:13 +0100 Subject: [PATCH] dev-python/nornir_netbox: enable py3.11 --- dev-python/nornir_netbox/nornir_netbox-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nornir_netbox/nornir_netbox-0.3.0.ebuild b/dev-python/nornir_netbox/nornir_netbox-0.3.0.ebuild index b834fe8..75a3c61 100644 --- a/dev-python/nornir_netbox/nornir_netbox-0.3.0.ebuild +++ b/dev-python/nornir_netbox/nornir_netbox-0.3.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"