mirror of
				https://github.com/devine-dl/pywidevine.git
				synced 2025-11-04 11:54:50 +00:00 
			
		
		
		
	Use Python 3.11 in GitHub Workflows
This commit is contained in:
		
							parent
							
								
									9568d7fdb9
								
							
						
					
					
						commit
						e4a8316227
					
				
							
								
								
									
										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@v2
 | 
			
		||||
      with:
 | 
			
		||||
        python-version: '3.10.x'
 | 
			
		||||
        python-version: '3.11.x'
 | 
			
		||||
    - name: Install Poetry
 | 
			
		||||
      uses: abatilo/actions-poetry@v2.1.0
 | 
			
		||||
      with:
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@ -13,7 +13,7 @@ jobs:
 | 
			
		||||
    strategy:
 | 
			
		||||
      fail-fast: false
 | 
			
		||||
      matrix:
 | 
			
		||||
        python-version: ['3.7', '3.8', '3.9', '3.10']
 | 
			
		||||
        python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
 | 
			
		||||
        poetry-version: [1.3.2]
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user