Skip to content

Commit daae9ba

Browse files
Update act workflow
This patch updates the act workflow as it was missed when dropping the 3.8/3.9 CI.
1 parent 8379a89 commit daae9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
_ver="['3.10']"
3232
_cache="1"
3333
else
34-
# 3.8 instead of '3.8' to make github act work.
35-
_ver="[3.8]"
34+
# 3.10 instead of '3.10' to make github act work.
35+
_ver="[3.10]"
3636
_cache="0"
3737
fi
3838
echo "version_matrix=$_ver" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)