From acb9369a8dc518a57c7b6896a65e2fb9dc4f1c8d Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Fri, 26 May 2023 11:35:14 +0200 Subject: [PATCH] net-misc/ris-pydot-graph: enable py3.11 --- net-misc/ris-pydot-graph/ris-pydot-graph-0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/ris-pydot-graph/ris-pydot-graph-0.1.ebuild b/net-misc/ris-pydot-graph/ris-pydot-graph-0.1.ebuild index da50d7e..59a6c3b 100644 --- a/net-misc/ris-pydot-graph/ris-pydot-graph-0.1.ebuild +++ b/net-misc/ris-pydot-graph/ris-pydot-graph-0.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-r1 DESCRIPTION="Draw a graph from RIS BGP data"