summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-15 22:51:23 +0000
committerSam James <sam@gentoo.org>2023-02-16 03:26:25 +0000
commit1e2ff9f3e6212108f3cf59e147be4576c27cb643 (patch)
tree6fd88cdde47965b448c21e89cde666db95b3e379 /sci-calculators
parentapp-emulation/libguestfs: drop unnecessary patch, enable py3.11 (diff)
downloadgentoo-1e2ff9f3e6212108f3cf59e147be4576c27cb643.tar.gz
gentoo-1e2ff9f3e6212108f3cf59e147be4576c27cb643.tar.bz2
gentoo-1e2ff9f3e6212108f3cf59e147be4576c27cb643.zip
sci-calculators/units: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/units/units-2.21-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-calculators/units/units-2.21-r1.ebuild b/sci-calculators/units/units-2.21-r1.ebuild
index 57cfc3a5040c..872cf59a9798 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"