File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99    runs-on : ubuntu-latest 
1010    strategy :
1111      matrix :
12-         python : ["3.7", "3.8", "3.9"] 
12+         python : ["3.7", "3.8", "3.9", "3.10" ] 
1313    steps :
1414    - uses : actions/checkout@v1 
1515    - name : Set up Python ${{ matrix.python }} 
4949    runs-on : windows-latest 
5050    strategy :
5151      matrix :
52-         python : ["3.7", "3.8", "3.9"] 
52+         python : ["3.7", "3.8", "3.9", "3.10" ] 
5353    steps :
5454    - uses : actions/checkout@v1 
5555    - name : Set up Python ${{ matrix.python }} 
Original file line number Diff line number Diff line change 99    runs-on : ubuntu-latest 
1010    strategy :
1111      matrix :
12-         python : ["3.7", "3.8", "3.9"] 
12+         python : ["3.7", "3.8", "3.9", "3.10" ] 
1313    steps :
1414    - uses : actions/checkout@v1 
1515    - name : Set up Python ${{ matrix.python }} 
4040    runs-on : windows-latest 
4141    strategy :
4242      matrix :
43-         python : ["3.7", "3.8", "3.9"] 
43+         python : ["3.7", "3.8", "3.9", "3.10" ] 
4444    steps :
4545    - uses : actions/checkout@v1 
4646    - name : Set up Python ${{ matrix.python }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments