From fdf0ad9b8d2bb3d3d28f2a5e601048386a3ad8ad Mon Sep 17 00:00:00 2001 From: Daniel Pope Date: Tue, 22 Nov 2022 10:45:31 +0000 Subject: [PATCH] Add py and pypy interpreters for Python --- lib/linguist/languages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 2356b44850..1b51aecfae 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -5308,6 +5308,9 @@ Python: - python - python2 - python3 + - py + - pypy + - pypy3 aliases: - python3 - rusthon