From ee23f8d0bf5306a1352dff7b7de7fbb9596ddcaf Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Fri, 13 May 2022 12:34:32 -0400 Subject: sci-calculators/units: add python 3.11 --- sci-calculators/units/units-2.21-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-calculators/units/units-2.21-r1.ebuild') diff --git a/sci-calculators/units/units-2.21-r1.ebuild b/sci-calculators/units/units-2.21-r1.ebuild index 7668c5f..69616d4 100644 --- a/sci-calculators/units/units-2.21-r1.ebuild +++ b/sci-calculators/units/units-2.21-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{7,8,9,10,11} ) inherit python-r1 DESCRIPTION="Unit conversion program" -- cgit v1.2.3-54-g00ecf