commit: 4ea671282b4250b113e388b3f279daaa38ad9e2a Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com> AuthorDate: Tue May 18 16:54:08 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 18 17:03:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea67128
profiles/desc: fix python_targets_python3_10 desc Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20872 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/desc/python_targets.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 6fd532d95a5..526bf6e292b 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
