mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Merge pull request #5447 from radarhere/python310
Fixed Python 3.10 at alpha.7
This commit is contained in:
		
						commit
						4669345746
					
				| 
						 | 
				
			
			@ -31,7 +31,7 @@ python3 -m pip install -U pytest-timeout
 | 
			
		|||
python3 -m pip install pyroma
 | 
			
		||||
python3 -m pip install test-image-results
 | 
			
		||||
# TODO Remove condition when numpy supports 3.10
 | 
			
		||||
if ! [ "$GHA_PYTHON_VERSION" == "3.10-dev" ]; then python3 -m pip install numpy ; fi
 | 
			
		||||
if ! [ "$GHA_PYTHON_VERSION" == "3.10.0-alpha.7" ]; then python3 -m pip install numpy ; fi
 | 
			
		||||
 | 
			
		||||
# TODO Remove when 3.8 / 3.9 includes setuptools 49.3.2+:
 | 
			
		||||
if [ "$GHA_PYTHON_VERSION" == "3.8" ]; then python3 -m pip install -U "setuptools>=49.3.2" ; fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								.github/workflows/macos-install.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/macos-install.sh
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -15,7 +15,7 @@ python3 -m pip install test-image-results
 | 
			
		|||
 | 
			
		||||
echo -e "[openblas]\nlibraries = openblas\nlibrary_dirs = /usr/local/opt/openblas/lib" >> ~/.numpy-site.cfg
 | 
			
		||||
# TODO Remove condition when numpy supports 3.10
 | 
			
		||||
if ! [ "$GHA_PYTHON_VERSION" == "3.10-dev" ]; then python3 -m pip install numpy ; fi
 | 
			
		||||
if ! [ "$GHA_PYTHON_VERSION" == "3.10.0-alpha.7" ]; then python3 -m pip install numpy ; fi
 | 
			
		||||
 | 
			
		||||
# TODO Remove when 3.8 / 3.9 includes setuptools 49.3.2+:
 | 
			
		||||
if [ "$GHA_PYTHON_VERSION" == "3.8" ]; then python3 -m pip install -U "setuptools>=49.3.2" ; fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -15,7 +15,7 @@ jobs:
 | 
			
		|||
        python-version: [
 | 
			
		||||
          "pypy-3.7",
 | 
			
		||||
          "pypy-3.6",
 | 
			
		||||
          "3.10-dev",
 | 
			
		||||
          "3.10.0-alpha.7",
 | 
			
		||||
          "3.9",
 | 
			
		||||
          "3.8",
 | 
			
		||||
          "3.7",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user