Skip to content

Commit 4ee1be5

Browse files
committed
use python 3.11 on CI
1 parent 3b02c3b commit 4ee1be5

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
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-python@v4
2020
with:
21-
python-version: "3.8"
21+
python-version: "3.11"
2222
- uses: arduino/setup-task@v1
2323
with:
2424
repo-token: ${{ github.token }}
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v3
3131
- uses: actions/setup-python@v4
3232
with:
33-
python-version: "3.8"
33+
python-version: "3.11"
3434
- uses: arduino/setup-task@v1
3535
with:
3636
repo-token: ${{ github.token }}

0 commit comments

Comments
 (0)