mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Stop testing deprecated Windows Server 2019 runner image (#8989)
This commit is contained in:
		
						commit
						598066d9e1
					
				
							
								
								
									
										5
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/test-windows.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -31,16 +31,15 @@ env:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    runs-on: ${{ matrix.os }}
 | 
					    runs-on: windows-latest
 | 
				
			||||||
    strategy:
 | 
					    strategy:
 | 
				
			||||||
      fail-fast: false
 | 
					      fail-fast: false
 | 
				
			||||||
      matrix:
 | 
					      matrix:
 | 
				
			||||||
        python-version: ["pypy3.11", "pypy3.10", "3.10", "3.11", "3.12", "3.13", "3.14"]
 | 
					        python-version: ["pypy3.11", "pypy3.10", "3.10", "3.11", "3.12", "3.13", "3.14"]
 | 
				
			||||||
        architecture: ["x64"]
 | 
					        architecture: ["x64"]
 | 
				
			||||||
        os: ["windows-latest"]
 | 
					 | 
				
			||||||
        include:
 | 
					        include:
 | 
				
			||||||
            # Test the oldest Python on 32-bit
 | 
					            # Test the oldest Python on 32-bit
 | 
				
			||||||
            - { python-version: "3.9", architecture: "x86", os: "windows-2019" }
 | 
					            - { python-version: "3.9", architecture: "x86" }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    timeout-minutes: 45
 | 
					    timeout-minutes: 45
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -48,9 +48,9 @@ These platforms are built and tested for every change.
 | 
				
			||||||
| Ubuntu Linux 24.04 LTS (Noble)   | 3.12                       | x86-64, arm64v8,    |
 | 
					| Ubuntu Linux 24.04 LTS (Noble)   | 3.12                       | x86-64, arm64v8,    |
 | 
				
			||||||
|                                  |                            | ppc64le, s390x      |
 | 
					|                                  |                            | ppc64le, s390x      |
 | 
				
			||||||
+----------------------------------+----------------------------+---------------------+
 | 
					+----------------------------------+----------------------------+---------------------+
 | 
				
			||||||
| Windows Server 2019              | 3.9                        | x86                 |
 | 
					| Windows Server 2022              | 3.9                        | x86                 |
 | 
				
			||||||
+----------------------------------+----------------------------+---------------------+
 | 
					|                                  +----------------------------+---------------------+
 | 
				
			||||||
| Windows Server 2022              | 3.10, 3.11, 3.12, 3.13,    | x86-64              |
 | 
					|                                  | 3.10, 3.11, 3.12, 3.13,    | x86-64              |
 | 
				
			||||||
|                                  | PyPy3                      |                     |
 | 
					|                                  | PyPy3                      |                     |
 | 
				
			||||||
|                                  +----------------------------+---------------------+
 | 
					|                                  +----------------------------+---------------------+
 | 
				
			||||||
|                                  | 3.12 (MinGW)               | x86-64              |
 | 
					|                                  | 3.12 (MinGW)               | x86-64              |
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,8 +11,7 @@ For more extensive info, see the [Windows build instructions](build.rst).
 | 
				
			||||||
* Requires Microsoft Visual Studio 2017 or newer with C++ component.
 | 
					* Requires Microsoft Visual Studio 2017 or newer with C++ component.
 | 
				
			||||||
* Requires NASM for libjpeg-turbo, a required dependency when using this script.
 | 
					* Requires NASM for libjpeg-turbo, a required dependency when using this script.
 | 
				
			||||||
* Requires CMake 3.15 or newer (available as Visual Studio component).
 | 
					* Requires CMake 3.15 or newer (available as Visual Studio component).
 | 
				
			||||||
* Tested on Windows Server 2022 with Visual Studio 2022 Enterprise and Windows Server
 | 
					* Tested on Windows Server 2022 with Visual Studio 2022 Enterprise (GitHub Actions).
 | 
				
			||||||
  2019 with Visual Studio 2019 Enterprise (GitHub Actions).
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
Here's an example script to build on Windows:
 | 
					Here's an example script to build on Windows:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user