We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdb563 commit f726134Copy full SHA for f726134
.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
@@ -50,7 +50,7 @@ jobs:
50
strategy:
51
matrix:
52
python: ["3.7", "3.8", "3.9", "3.10"]
53
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04 # change back to ubuntu-latest once we drop Python 3.7
54
55
56
- name: 🏗 Set up Python ${{ matrix.python }}
0 commit comments