diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-18 19:54:08 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-18 19:03:16 +0200 |
commit | 4ea671282b4250b113e388b3f279daaa38ad9e2a (patch) | |
tree | c3688a75739a63581d7c4adb60a773fa7e5e5cf5 /profiles/desc | |
parent | x11-misc/compose-tables: Version bump to 1.7.1 (diff) | |
download | gentoo-4ea671282b4250b113e388b3f279daaa38ad9e2a.tar.gz gentoo-4ea671282b4250b113e388b3f279daaa38ad9e2a.tar.bz2 gentoo-4ea671282b4250b113e388b3f279daaa38ad9e2a.zip |
profiles/desc: fix python_targets_python3_10 desc
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20872
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/python_targets.desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 6fd532d95a53..526bf6e292bf 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -6,5 +6,5 @@ python3_7 - Build with Python 3.7 python3_8 - Build with Python 3.8 python3_9 - Build with Python 3.9 -python3_10 - Build with Python 3.9 +python3_10 - Build with Python 3.10 pypy3 - Build with PyPy3 |