We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f799dec commit af07c34Copy full SHA for af07c34
.github/workflows/build.yml
@@ -12,10 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
- - name: 🏗 Set up Python 3.7
+ - name: 🏗 Set up Python 3.10
16
uses: actions/setup-python@v5
17
with:
18
- python-version: 3.7
+ python-version: "3.10"
19
- name: 🏗 Install build dependencies
20
run: >-
21
python -m pip install wheel --user
0 commit comments