summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-05-13 12:34:32 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2022-05-13 12:34:32 -0400
commitee23f8d0bf5306a1352dff7b7de7fbb9596ddcaf (patch)
tree20454896ff44581c3ad9ccff5ab93cd283d5fcdc
parentee53d670227357da5b4dc95403baa7e16d7896e0 (diff)
downloadgentoo-overlay-ee23f8d0bf5306a1352dff7b7de7fbb9596ddcaf.tar.xz
gentoo-overlay-ee23f8d0bf5306a1352dff7b7de7fbb9596ddcaf.zip
sci-calculators/units: add python 3.11
-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 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"