diff options
author | Sam James <sam@gentoo.org> | 2023-02-15 22:51:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-16 03:26:25 +0000 |
commit | 1e2ff9f3e6212108f3cf59e147be4576c27cb643 (patch) | |
tree | 6fd88cdde47965b448c21e89cde666db95b3e379 /sci-calculators | |
parent | app-emulation/libguestfs: drop unnecessary patch, enable py3.11 (diff) | |
download | gentoo-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.ebuild | 2 |
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" |