mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-30 23:47:27 +03:00 
			
		
		
		
	Merge pull request #6726 from radarhere/python
This commit is contained in:
		
						commit
						4c6bb8a6dd
					
				
							
								
								
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -30,7 +30,7 @@ jobs: | ||||||
|     - name: Set up Python |     - name: Set up Python | ||||||
|       uses: actions/setup-python@v4 |       uses: actions/setup-python@v4 | ||||||
|       with: |       with: | ||||||
|         python-version: "3.10" |         python-version: "3.x" | ||||||
|         cache: pip |         cache: pip | ||||||
|         cache-dependency-path: "setup.py" |         cache-dependency-path: "setup.py" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -226,7 +226,7 @@ jobs: | ||||||
|         path: dist\*.whl |         path: dist\*.whl | ||||||
| 
 | 
 | ||||||
|     - name: Upload fribidi.dll |     - name: Upload fribidi.dll | ||||||
|       if: "github.event_name != 'pull_request' && matrix.python-version == 3.10" |       if: "github.event_name != 'pull_request' && matrix.python-version == 3.11" | ||||||
|       uses: actions/upload-artifact@v3 |       uses: actions/upload-artifact@v3 | ||||||
|       with: |       with: | ||||||
|         name: fribidi |         name: fribidi | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							|  | @ -96,7 +96,7 @@ jobs: | ||||||
|         path: Tests/errors |         path: Tests/errors | ||||||
| 
 | 
 | ||||||
|     - name: Docs |     - name: Docs | ||||||
|       if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.10 |       if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.11 | ||||||
|       run: | |       run: | | ||||||
|         make doccheck |         make doccheck | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user