Skip to content

Commit 2abe878

Browse files
committed
#Fix failing GH Action call when older than 3.11 used
- Incremented minimal python version in action.yml file.
1 parent 178819b commit 2abe878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
- name: Install Python dependencies
8585
run: |
8686
python_version=$(python --version 2>&1 | grep -oP '\d+\.\d+\.\d+')
87-
minimal_required_version="3.10.0"
87+
minimal_required_version="3.11.0"
8888
8989
function version { echo "$@" | awk -F. '{ printf("%d%03d%03d\n", $1,$2,$3); }'; }
9090

0 commit comments

Comments
 (0)