mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Test Python 3.10.0 final on GitHub Actions
This commit is contained in:
		
							parent
							
								
									00746530f8
								
							
						
					
					
						commit
						8eb3c9791d
					
				
							
								
								
									
										2
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -8,7 +8,7 @@ jobs:
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
 | 
					        python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
 | 
				
			||||||
        architecture: ["x86", "x64"]
 | 
					        architecture: ["x86", "x64"]
 | 
				
			||||||
        include:
 | 
					        include:
 | 
				
			||||||
          # PyPy3.6 only ships 32-bit binaries for Windows
 | 
					          # PyPy3.6 only ships 32-bit binaries for Windows
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -15,7 +15,7 @@ jobs:
 | 
				
			||||||
        python-version: [
 | 
					        python-version: [
 | 
				
			||||||
          "pypy-3.7",
 | 
					          "pypy-3.7",
 | 
				
			||||||
          "pypy-3.6",
 | 
					          "pypy-3.6",
 | 
				
			||||||
          "3.10-dev",
 | 
					          "3.10",
 | 
				
			||||||
          "3.9",
 | 
					          "3.9",
 | 
				
			||||||
          "3.8",
 | 
					          "3.8",
 | 
				
			||||||
          "3.7",
 | 
					          "3.7",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user