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