mirror of
				https://github.com/python-kasa/python-kasa.git
				synced 2025-11-04 06:32:07 +00:00 
			
		
		
		
	Fix broken CI due to missing python version on macos-latest (#864)
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -67,6 +67,12 @@ jobs:
 | 
			
		||||
        exclude:
 | 
			
		||||
          - os: macos-latest
 | 
			
		||||
            extras: true
 | 
			
		||||
          # setup-python not currently working with macos-latest
 | 
			
		||||
          # https://github.com/actions/setup-python/issues/808
 | 
			
		||||
          - os: macos-latest
 | 
			
		||||
            python-version: "3.8"
 | 
			
		||||
          - os: macos-latest
 | 
			
		||||
            python-version: "3.9"
 | 
			
		||||
          - os: windows-latest
 | 
			
		||||
            extras: true
 | 
			
		||||
          - os: ubuntu-latest
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user