mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-30 08:56:30 +02:00
Python 3.12.0 support
This commit is contained in:
parent
a7fa1b47fe
commit
c97324beb3
5 changed files with 37 additions and 0 deletions
packages/python/3.12.0
7
packages/python/3.12.0/test.py
vendored
Normal file
7
packages/python/3.12.0/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