add python 3.11 to the matrix for unit tests (#1085) [skip ci]
Browse files
    	
        .github/workflows/tests.yml
    CHANGED
    
    | 
         @@ -33,7 +33,7 @@ jobs: 
     | 
|
| 33 | 
         
             
                strategy:
         
     | 
| 34 | 
         
             
                  fail-fast: false
         
     | 
| 35 | 
         
             
                  matrix:
         
     | 
| 36 | 
         
            -
                    python_version: ["3.9", "3.10"]
         
     | 
| 37 | 
         
             
                timeout-minutes: 10
         
     | 
| 38 | 
         | 
| 39 | 
         
             
                steps:
         
     | 
| 
         | 
|
| 33 | 
         
             
                strategy:
         
     | 
| 34 | 
         
             
                  fail-fast: false
         
     | 
| 35 | 
         
             
                  matrix:
         
     | 
| 36 | 
         
            +
                    python_version: ["3.9", "3.10", "3.11"]
         
     | 
| 37 | 
         
             
                timeout-minutes: 10
         
     | 
| 38 | 
         | 
| 39 | 
         
             
                steps:
         
     |