Replace all references to python with python3 instead, close #33

This commit is contained in:
jacob.eva 2024-09-11 21:01:51 +01:00
parent 51afd310a5
commit f8299568fb
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
8 changed files with 23 additions and 23 deletions

View file

@ -1,4 +1,4 @@
#!/bin/python
#!/bin/python3
# Copyright (C) 2023, Mark Qvist
@ -47,4 +47,4 @@ for filename in files:
"version": target_version
}
print(json.dumps(release_hashes))
print(json.dumps(release_hashes))