Fix workflow python version

This commit is contained in:
Djuri Baars 2024-11-26 17:04:51 +01:00
parent 6028268227
commit 55859cf8d4

View file

@ -43,7 +43,7 @@ jobs:
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '>=3.10'
- name: Get current date
id: dateAndTime
run: echo "dateAndTime=$(date +'%Y-%m-%d-%H:%M')" >> $GITHUB_OUTPUT