Skip to content

Commit c82b648

Browse files
committed
fix(workflow): update Python version to 3.10 in build workflow
1 parent 64b866d commit c82b648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-wheel-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Python
6060
uses: actions/setup-python@v5
6161
with:
62-
python-version: "3.9"
62+
python-version: "3.10"
6363

6464
- name: Install dependencies
6565
run: |
@@ -159,7 +159,7 @@ jobs:
159159
- name: Set up Python
160160
uses: actions/setup-python@v5
161161
with:
162-
python-version: "3.9"
162+
python-version: "3.10"
163163

164164
- name: Set up Miniconda (macOS/Windows)
165165
if: matrix.os == 'windows' || matrix.os == 'macos'

0 commit comments

Comments
 (0)