Ge Zheng commited on
Commit
4f029a3
·
1 Parent(s): 9a33b8a

chore(workflow): remove py36 check (#1590)

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yaml +1 -1
.github/workflows/ci.yaml CHANGED
@@ -16,7 +16,7 @@ jobs:
16
  runs-on: ubuntu-20.04
17
  strategy:
18
  matrix:
19
- python-version: [3.6, 3.7, 3.8]
20
 
21
  # Steps represent a sequence of tasks that will be executed as part of the job
22
  steps:
 
16
  runs-on: ubuntu-20.04
17
  strategy:
18
  matrix:
19
+ python-version: [3.7, 3.8]
20
 
21
  # Steps represent a sequence of tasks that will be executed as part of the job
22
  steps: