diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-08 13:35:14 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-09 22:31:51 +0200 |
commit | 837f9b31d24790130a3c1fa605fe512a96863d28 (patch) | |
tree | 210126d5097112f1d6a95c2646464d8f85c25dfc /app-portage/gpyutils | |
parent | python-utils-r1.eclass: Raise py3.11 package dep for python-exec dep (diff) | |
download | gentoo-837f9b31d24790130a3c1fa605fe512a96863d28.tar.gz gentoo-837f9b31d24790130a3c1fa605fe512a96863d28.tar.bz2 gentoo-837f9b31d24790130a3c1fa605fe512a96863d28.zip |
app-portage/gpyutils: Add python3.11 to impl list
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/gpyutils')
-rw-r--r-- | app-portage/gpyutils/files/implementations.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-portage/gpyutils/files/implementations.txt b/app-portage/gpyutils/files/implementations.txt index f8f378e84459..f55ca773827c 100644 --- a/app-portage/gpyutils/files/implementations.txt +++ b/app-portage/gpyutils/files/implementations.txt @@ -20,6 +20,7 @@ python3_7 dead 3.7 python3_8 old 3.8 python3_9 current 3.9 python3_10 supported 3.10 +python3_11 supported 3.11 pypy1_8 2.7-pypy-1.8 dead p1.8 pypy1_9 2.7-pypy-1.9 dead p1.9 |