This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
575ddf2dc0
piston
/
packages
/
python
/
3.10.0-alpha.7
/
metadata.json
6 lines
103 B
JSON
Raw
Normal View
History
Unescape
Escape
Adds python 3.9.4 and 3.10.0a7 (#217) * pkg(python-3.9.4): Adds python 3.9.4 * pkg(python-3.10.0a7): Adds python 3.10.0a7 * pkg(python-3.10.0a7): More pythonic 3.10.0a7 code * pkg(python-3.10.0a7): Use semver versioning * pkg(python-3.10.0a7): remove 'py3' alias and add 'py' * pkg(python-3.9.4): remove 'py3' alias and add 'py'
2021-04-14 06:24:58 +02:00
{
"language"
:
"python"
,
"version"
:
"3.10.0-alpha.7"
,
Add py3 alias for Python3 (#255) * Add py3 alias * Add py3 alias * Add py3 alias * Add py3 alias
2021-05-15 06:25:10 +02:00
"aliases"
:
[
"py"
,
"py3"
,
"python3"
]
Adds python 3.9.4 and 3.10.0a7 (#217) * pkg(python-3.9.4): Adds python 3.9.4 * pkg(python-3.10.0a7): Adds python 3.10.0a7 * pkg(python-3.10.0a7): More pythonic 3.10.0a7 code * pkg(python-3.10.0a7): Use semver versioning * pkg(python-3.10.0a7): remove 'py3' alias and add 'py' * pkg(python-3.9.4): remove 'py3' alias and add 'py'
2021-04-14 06:24:58 +02:00
}