1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-09-18 18:00:04 +02:00

Add py3 alias

This commit is contained in:
Tushar Sadhwani 2021-05-11 17:38:34 +05:30 committed by GitHub
parent 3e9705bcd3
commit f576aeac57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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