mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 14:06:27 +02:00
pkg(python-3.10.0a7): Use semver versioning
This commit is contained in:
parent
262ba44696
commit
c19d79727b
5 changed files with 1 additions and 1 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