Remove python 3.6 from test pipeline
* Python 3.6 is not available in the latest agent images in github anymore.
This commit is contained in:
		
							parent
							
								
									6b85cec708
								
							
						
					
					
						commit
						b96f859e95
					
				|  | @ -12,7 +12,7 @@ jobs: | |||
| 
 | ||||
|     strategy: | ||||
|       matrix: | ||||
|         python-version: [3, 3.6, 3.7] | ||||
|         python-version: ["3", "3.7"] | ||||
| 
 | ||||
|     steps: | ||||
|       - uses: actions/checkout@main | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue