Skip to content

Commit c71367b

Browse files
Update Python to 3.10 in GitHub Actions
1 parent 51b7084 commit c71367b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Python
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: 3.8
28+
python-version: 3.10
2929

3030
- name: Setup Xcode
3131
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)