Skip to content

Commit 0541a81

Browse files
Update ci.yml
Update Python Version to 3.12
1 parent 952368a commit 0541a81

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-python@v5
3030
with:
31-
python-version: "3.11"
31+
python-version: "3.12"
3232

3333
- name: Cache pip
3434
uses: actions/cache@v4
@@ -95,7 +95,7 @@ jobs:
9595

9696
- uses: actions/setup-python@v5
9797
with:
98-
python-version: "3.11"
98+
python-version: "3.12"
9999

100100
- name: Cache pip
101101
uses: actions/cache@v4
@@ -158,7 +158,7 @@ jobs:
158158

159159
- uses: actions/setup-python@v5
160160
with:
161-
python-version: "3.11"
161+
python-version: "3.12"
162162

163163
- name: Install system deps (Qt/OpenCV runtime)
164164
shell: bash

0 commit comments

Comments
 (0)