It's a script, allow executing this as a script without needing to invoke
`python3` manually.
---
 .github/matrix.py | 2 ++
 1 file changed, 2 insertions(+)
 mode change 100644 => 100755 .github/matrix.py

diff --git a/.github/matrix.py b/.github/matrix.py
old mode 100644
new mode 100755
index 473524848..cfef53c9e
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python3
+
 # Copyright 2019 Ilya Shipitsin <chipits...@gmail.com>
 # Copyright 2020 Tim Duesterhus <t...@bastelstu.be>
 #
-- 
2.31.1


Reply via email to