Add testing for Python 3.9 (#19261)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/linux_unit_tests.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/linux_unit_tests.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -14,7 +14,7 @@ jobs: | ||||
|     runs-on: ubuntu-latest | ||||
|     strategy: | ||||
|       matrix: | ||||
|         python-version: [2.7, 3.5, 3.6, 3.7, 3.8] | ||||
|         python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9] | ||||
|  | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
| @@ -65,7 +65,7 @@ jobs: | ||||
|         fetch-depth: 0 | ||||
|     - uses: actions/setup-python@v2 | ||||
|       with: | ||||
|         python-version: 3.8 | ||||
|         python-version: 3.9 | ||||
|     - name: Install System packages | ||||
|       run: | | ||||
|           sudo apt-get -y update | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Adam J. Stewart
					Adam J. Stewart