added extra alias for python 3.10

This commit is contained in:
Pyroseza 2021-10-13 22:30:38 +01:00
parent 5641f671d1
commit 8403e0f512
1 changed files with 1 additions and 1 deletions

View File

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