Skip to content

Commit 4caef2b

Browse files
committed
chore: update python version
1 parent 86488c0 commit 4caef2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15-
- name: 🏗 Set up Python 3.7
15+
- name: 🏗 Set up Python 3.11
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: "3.7"
18+
python-version: "3.11"
1919
- name: 🏗 Install build dependencies
2020
run: |
2121
python -m pip install wheel --user

0 commit comments

Comments
 (0)