Add py3 alias for Python3 (#255)

* Add py3 alias

* Add py3 alias

* Add py3 alias

* Add py3 alias
This commit is contained in:
Tushar Sadhwani 2021-05-15 09:55:10 +05:30 committed by GitHub
parent f28cc2a917
commit 79c7f471a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"language": "python",
"version": "3.10.0-alpha.7",
"aliases": ["py", "python3"]
"aliases": ["py", "py3", "python3"]
}

View File

@ -1,5 +1,5 @@
{
"language": "python",
"version": "3.5.10",
"aliases": ["py", "python3"]
"aliases": ["py", "py3", "python3"]
}

View File

@ -1,5 +1,5 @@
{
"language": "python",
"version": "3.9.1",
"aliases": ["py", "python3"]
"aliases": ["py", "py3", "python3"]
}

View File

@ -1,5 +1,5 @@
{
"language": "python",
"version": "3.9.4",
"aliases": ["py", "python3"]
"aliases": ["py", "py3", "python3"]
}