From b3967c528723970e04b6927b567ccc4933153075 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 2 May 2023 19:49:20 +0200 Subject: [PATCH] net-misc/netcalc: enable py3.11 --- net-misc/netcalc/netcalc-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/netcalc/netcalc-0.6.2.ebuild b/net-misc/netcalc/netcalc-0.6.2.ebuild index 2ac4d0a..d922210 100644 --- a/net-misc/netcalc/netcalc-0.6.2.ebuild +++ b/net-misc/netcalc/netcalc-0.6.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Advanced network calculator and address planning helper"