mirror of
				https://github.com/devine-dl/pywidevine.git
				synced 2025-11-04 03:44:50 +00:00 
			
		
		
		
	Add Python 3.12 to CI/CD workflows
This commit is contained in:
		
							parent
							
								
									532e68aba9
								
							
						
					
					
						commit
						bcb2185f75
					
				
							
								
								
									
										2
									
								
								.github/workflows/cd.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/cd.yml
									
									
									
									
										vendored
									
									
								
							@ -14,7 +14,7 @@ jobs:
 | 
			
		||||
    - name: Set up Python
 | 
			
		||||
      uses: actions/setup-python@v4
 | 
			
		||||
      with:
 | 
			
		||||
        python-version: "3.11.x"
 | 
			
		||||
        python-version: "3.12"
 | 
			
		||||
    - name: Install Poetry
 | 
			
		||||
      uses: abatilo/actions-poetry@v2
 | 
			
		||||
      with:
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@ -14,7 +14,7 @@ jobs:
 | 
			
		||||
      - name: Set up Python
 | 
			
		||||
        uses: actions/setup-python@v4
 | 
			
		||||
        with:
 | 
			
		||||
          python-version: "3.11"
 | 
			
		||||
          python-version: "3.12"
 | 
			
		||||
      - name: Install poetry
 | 
			
		||||
        uses: abatilo/actions-poetry@v2
 | 
			
		||||
        with:
 | 
			
		||||
@ -27,7 +27,7 @@ jobs:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    strategy:
 | 
			
		||||
      matrix:
 | 
			
		||||
        python-version: ["3.8", "3.9", "3.10", "3.11"]
 | 
			
		||||
        python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
 | 
			
		||||
    steps:
 | 
			
		||||
    - uses: actions/checkout@v4
 | 
			
		||||
    - name: Set up Python ${{ matrix.python-version }}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user