Skip to content

Commit af07c34

Browse files
committed
ci: switch to python 3.10
1 parent f799dec commit af07c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)