mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
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'
This commit is contained in:
parent
86e902e630
commit
f24f1a45a7
10 changed files with 86 additions and 0 deletions
7
packages/python/3.10.0-alpha.7/test.py
vendored
Normal file
7
packages/python/3.10.0-alpha.7/test.py
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
working = True
|
||||
|
||||
match working:
|
||||
case True:
|
||||
print("OK")
|
||||
case False:
|
||||
print()
|
Loading…
Add table
Add a link
Reference in a new issue