Add more checks
This commit is contained in:
		
							
								
								
									
										27
									
								
								.github/workflows/python_check.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										27
									
								
								.github/workflows/python_check.yml
									
									
									
									
										vendored
									
									
								
							@@ -13,7 +13,31 @@ jobs:
 | 
			
		||||
    strategy:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
      matrix:
 | 
			
		||||
        python-version: ["3.11"]
 | 
			
		||||
        include:
 | 
			
		||||
          - home-assistant: "2023.1.0"
 | 
			
		||||
            python-version: "3.10"
 | 
			
		||||
          - home-assistant: "2023.2.0"
 | 
			
		||||
            python-version: "3.10"
 | 
			
		||||
          - home-assistant: "2023.3.0"
 | 
			
		||||
            python-version: "3.10"
 | 
			
		||||
          - home-assistant: "2023.4.0"
 | 
			
		||||
            python-version: "3.10"
 | 
			
		||||
          - home-assistant: "2023.5.0"
 | 
			
		||||
            python-version: "3.10"
 | 
			
		||||
          - home-assistant: "2023.6.0"
 | 
			
		||||
            python-version: "3.10"
 | 
			
		||||
          - home-assistant: "2023.7.0"
 | 
			
		||||
            python-version: "3.10"
 | 
			
		||||
          - home-assistant: "2023.7.0"
 | 
			
		||||
            python-version: "3.11"
 | 
			
		||||
          - home-assistant: "2023.8.0"
 | 
			
		||||
            python-version: "3.11"
 | 
			
		||||
          - home-assistant: "2023.9.0"
 | 
			
		||||
            python-version: "3.11"
 | 
			
		||||
          - home-assistant: "2023.10.0"
 | 
			
		||||
            python-version: "3.11"
 | 
			
		||||
          - home-assistant: "2023.11.0"
 | 
			
		||||
            python-version: "3.11"
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v3
 | 
			
		||||
@@ -23,6 +47,7 @@ jobs:
 | 
			
		||||
        python-version: ${{ matrix.python-version }}
 | 
			
		||||
    - name: Install dependencies
 | 
			
		||||
      run: |
 | 
			
		||||
        python -m pip install homeassistant~=${{ matrix.home-assistant }}
 | 
			
		||||
        python -m pip install --upgrade pip
 | 
			
		||||
        python -m pip install -r requirements.txt
 | 
			
		||||
        python -m pip install -r requirements_dev.txt
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user