Skip to content

Commit 07f9bf4

Browse files
committed
GHA: update workflow to use python3.10
1 parent 37cc541 commit 07f9bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-python@v2
1717
with:
18-
python-version: 3.7
18+
python-version: 3.10
1919
- name: Install dependencies
2020
run: |
2121
sudo apt update

0 commit comments

Comments
 (0)