From 1e2ff9f3e6212108f3cf59e147be4576c27cb643 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 15 Feb 2023 22:51:23 +0000 Subject: [PATCH] sci-calculators/units: enable py3.11 Signed-off-by: Sam James --- sci-calculators/units/units-2.21-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-calculators/units/units-2.21-r1.ebuild b/sci-calculators/units/units-2.21-r1.ebuild index 57cfc3a5040ca..872cf59a97986 100644 --- a/sci-calculators/units/units-2.21-r1.ebuild +++ b/sci-calculators/units/units-2.21-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-r1 DESCRIPTION="Unit conversion program"