mirror of
				https://github.com/cmur2/python-veml6070.git
				synced 2025-11-03 18:25:07 +01:00 
			
		
		
		
	ci: support Python 3.11
Also update GHA and Ubuntu.
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -12,20 +12,20 @@ on:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-22.04
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        python-version:
 | 
					        python-version:
 | 
				
			||||||
        - '3.7'
 | 
					        - '3.7'
 | 
				
			||||||
        - '3.8'
 | 
					 | 
				
			||||||
        - '3.9'
 | 
					        - '3.9'
 | 
				
			||||||
        - '3.10'
 | 
					        - '3.10'
 | 
				
			||||||
 | 
					        - '3.11'
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - uses: actions/checkout@v2
 | 
					    - uses: actions/checkout@v3
 | 
				
			||||||
    - run: python -m pip install --upgrade pip
 | 
					    - run: python -m pip install --upgrade pip
 | 
				
			||||||
    - name: Set up Python ${{ matrix.python-version }}
 | 
					    - name: Set up Python ${{ matrix.python-version }}
 | 
				
			||||||
      uses: actions/setup-python@v2
 | 
					      uses: actions/setup-python@v4
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        python-version: ${{ matrix.python-version }}
 | 
					        python-version: ${{ matrix.python-version }}
 | 
				
			||||||
    - name: Install Poetry
 | 
					    - name: Install Poetry
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user