Fix build
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/python_check.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/python_check.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,7 +13,7 @@ jobs:
 | 
				
			|||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        python-version: ["3.10", "3.11"]
 | 
					        python-version: ["3.11"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - uses: actions/checkout@v3
 | 
					    - uses: actions/checkout@v3
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
homeassistant~=2023.10.0b2
 | 
					homeassistant~=2023.9.3
 | 
				
			||||||
black~=23.7.0
 | 
					black~=23.7.0
 | 
				
			||||||
flake8~=6.0.0
 | 
					flake8~=6.0.0
 | 
				
			||||||
mypy~=1.4.1
 | 
					mypy~=1.4.1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user