Skip to content

Commit 77d38b5

Browse files
committed
use python 3.10 for the workflow
1 parent 4317ed0 commit 77d38b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Python
2727
uses: actions/setup-python@v2
2828
with:
29-
python-version: 3.7
29+
python-version: "3.10"
3030
- name: Install dockeree
3131
run: |
3232
pip3 install dockeree

.github/workflows/build_images_regular.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v2
2121
with:
22-
python-version: 3.7
22+
python-version: "3.10"
2323
- name: Install dockeree
2424
run: |
2525
pip3 install dockeree

0 commit comments

Comments
 (0)