Update dependencies and add ci checks for python 3.9 (#173)
* Update locked dependencies to fix grpcio compile issue with python 3.9 * ci: add python 3.9
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							e44de6da06
						
					
				
				
					commit
					a8a082e4e7
				
			
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -15,7 +15,7 @@ jobs: | ||||
|     strategy: | ||||
|       matrix: | ||||
|         os: [Ubuntu, MacOS, Windows] | ||||
|         python-version: [3.6, 3.7, 3.8] | ||||
|         python-version: [3.6, 3.7, 3.8, 3.9] | ||||
|         exclude: | ||||
|           - os: Windows | ||||
|             python-version: 3.6 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user