andreped commited on
Commit
1914893
1 Parent(s): 11eab40

Python 3.8 in CIs

Browse files
.github/workflows/build.yml CHANGED
@@ -14,10 +14,10 @@ jobs:
14
  runs-on: ubuntu-20.04
15
  steps:
16
  - uses: actions/checkout@v1
17
- - name: Set up Python 3.7
18
  uses: actions/setup-python@v2
19
  with:
20
- python-version: 3.7
21
 
22
  - name: Install dependencies
23
  run: |
@@ -40,7 +40,7 @@ jobs:
40
  strategy:
41
  matrix:
42
  os: [windows-2019, ubuntu-20.04, macos-11]
43
- python-version: ["3.7", "3.8", "3.9", "3.10"]
44
 
45
  steps:
46
  - uses: actions/checkout@v1
@@ -50,7 +50,7 @@ jobs:
50
  python-version: ${{ matrix.python-version }}
51
 
52
  - name: Download artifact
53
- uses: actions/download-artifact@master
54
  with:
55
  name: "Python wheel"
56
 
 
14
  runs-on: ubuntu-20.04
15
  steps:
16
  - uses: actions/checkout@v1
17
+ - name: Set up Python 3.8
18
  uses: actions/setup-python@v2
19
  with:
20
+ python-version: 3.8
21
 
22
  - name: Install dependencies
23
  run: |
 
40
  strategy:
41
  matrix:
42
  os: [windows-2019, ubuntu-20.04, macos-11]
43
+ python-version: ["3.8", "3.9", "3.10"]
44
 
45
  steps:
46
  - uses: actions/checkout@v1
 
50
  python-version: ${{ matrix.python-version }}
51
 
52
  - name: Download artifact
53
+ uses: actions/download-artifact@v3
54
  with:
55
  name: "Python wheel"
56
 
.github/workflows/release.yml CHANGED
@@ -14,10 +14,10 @@ jobs:
14
  runs-on: ubuntu-20.04
15
  steps:
16
  - uses: actions/checkout@v1
17
- - name: Set up Python 3.7
18
  uses: actions/setup-python@v2
19
  with:
20
- python-version: 3.7
21
 
22
  - name: Install dependencies
23
  run: |
 
14
  runs-on: ubuntu-20.04
15
  steps:
16
  - uses: actions/checkout@v1
17
+ - name: Set up Python 3.8
18
  uses: actions/setup-python@v2
19
  with:
20
+ python-version: 3.8
21
 
22
  - name: Install dependencies
23
  run: |