pkg(python-3.10.0a7): remove 'py3' alias and add 'py'

This commit is contained in:
Shivansh-007 2021-04-14 09:19:36 +05:30
parent c19d79727b
commit bc290c9348

View file

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