Spaces:
Running
Running
Removed Python 3.6 from CI
Browse files
.github/workflows/build.yml
CHANGED
@@ -13,10 +13,10 @@ jobs:
|
|
13 |
runs-on: ubuntu-20.04
|
14 |
steps:
|
15 |
- uses: actions/checkout@v1
|
16 |
-
- name: Set up Python 3.
|
17 |
uses: actions/setup-python@v2
|
18 |
with:
|
19 |
-
python-version: 3.
|
20 |
|
21 |
- name: Install dependencies
|
22 |
run: |
|
@@ -39,7 +39,7 @@ jobs:
|
|
39 |
strategy:
|
40 |
matrix:
|
41 |
os: [windows-2019, ubuntu-20.04, macos-10.15]
|
42 |
-
python-version: [3.
|
43 |
|
44 |
steps:
|
45 |
- uses: actions/checkout@v1
|
|
|
13 |
runs-on: ubuntu-20.04
|
14 |
steps:
|
15 |
- uses: actions/checkout@v1
|
16 |
+
- name: Set up Python 3.7
|
17 |
uses: actions/setup-python@v2
|
18 |
with:
|
19 |
+
python-version: 3.7
|
20 |
|
21 |
- name: Install dependencies
|
22 |
run: |
|
|
|
39 |
strategy:
|
40 |
matrix:
|
41 |
os: [windows-2019, ubuntu-20.04, macos-10.15]
|
42 |
+
python-version: [3.7, 3.8]
|
43 |
|
44 |
steps:
|
45 |
- uses: actions/checkout@v1
|