Skip to content

Commit c5835fe

Browse files
authored
Merge pull request #8427 from radarhere/appveyor
2 parents 4f96528 + 7a62c78 commit c5835fe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/installation/platform-support.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ These platforms are built and tested for every change.
1717
+----------------------------------+----------------------------+---------------------+
1818
| Operating system | Tested Python versions | Tested architecture |
1919
+==================================+============================+=====================+
20-
| Alpine | 3.9 | x86-64 |
20+
| Alpine | 3.12 | x86-64 |
2121
+----------------------------------+----------------------------+---------------------+
2222
| Amazon Linux 2 | 3.9 | x86-64 |
2323
+----------------------------------+----------------------------+---------------------+
2424
| Amazon Linux 2023 | 3.9 | x86-64 |
2525
+----------------------------------+----------------------------+---------------------+
26-
| Arch | 3.9 | x86-64 |
26+
| Arch | 3.12 | x86-64 |
2727
+----------------------------------+----------------------------+---------------------+
2828
| CentOS Stream 9 | 3.9 | x86-64 |
2929
+----------------------------------+----------------------------+---------------------+
@@ -33,7 +33,7 @@ These platforms are built and tested for every change.
3333
+----------------------------------+----------------------------+---------------------+
3434
| Fedora 40 | 3.12 | x86-64 |
3535
+----------------------------------+----------------------------+---------------------+
36-
| Gentoo | 3.9 | x86-64 |
36+
| Gentoo | 3.12 | x86-64 |
3737
+----------------------------------+----------------------------+---------------------+
3838
| macOS 13 Ventura | 3.9 | x86-64 |
3939
+----------------------------------+----------------------------+---------------------+
@@ -48,7 +48,7 @@ These platforms are built and tested for every change.
4848
| Ubuntu Linux 24.04 LTS (Noble) | 3.12 | x86-64, ppc64le, |
4949
| | | s390x |
5050
+----------------------------------+----------------------------+---------------------+
51-
| Windows Server 2016 | 3.9 | x86-64 |
51+
| Windows Server 2019 | 3.9 | x86-64 |
5252
+----------------------------------+----------------------------+---------------------+
5353
| Windows Server 2022 | 3.9, 3.10, 3.11, | x86-64 |
5454
| | 3.12, 3.13, PyPy3 | |

winbuild/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For more extensive info, see the [Windows build instructions](build.rst).
1111
* Requires Microsoft Visual Studio 2017 or newer with C++ component.
1212
* Requires NASM for libjpeg-turbo, a required dependency when using this script.
1313
* Requires CMake 3.15 or newer (available as Visual Studio component).
14-
* Tested on Windows Server 2016 with Visual Studio 2017 Community, and Windows Server 2019 with Visual Studio 2022 Community (AppVeyor).
14+
* Tested on Windows Server 2019 with Visual Studio 2019 Community and Visual Studio 2022 Community (AppVeyor).
1515
* Tested on Windows Server 2022 with Visual Studio 2022 Enterprise (GitHub Actions).
1616

1717
The following is a simplified version of the script used on AppVeyor:

0 commit comments

Comments
 (0)