diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-23 06:02:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-23 06:36:34 +0200 |
commit | 7a5991dd8241f122f7e6403170471bd54ed02663 (patch) | |
tree | 40c4e4ad7c25857dacc9133c869fa019526f8c23 | |
parent | eclass/tests/python-utils-r1.sh: Fix patterns for pypy3.10 (diff) | |
download | gentoo-7a5991dd8241f122f7e6403170471bd54ed02663.tar.gz gentoo-7a5991dd8241f122f7e6403170471bd54ed02663.tar.bz2 gentoo-7a5991dd8241f122f7e6403170471bd54ed02663.zip |
app-portage/gpyutils: Add python3_12 to implementation list
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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 1bc971bba42c..17f2119d1046 100644 --- a/app-portage/gpyutils/files/implementations.txt +++ b/app-portage/gpyutils/files/implementations.txt @@ -21,6 +21,7 @@ python3_8 dead 3.8 python3_9 dead 3.9 python3_10 supported 3.10 python3_11 current 3.11 +python3_12 supported 3.12 pypy1_8 2.7-pypy-1.8 dead p1.8 pypy1_9 2.7-pypy-1.9 dead p1.9 |