@@ -117,8 +117,8 @@ platforms. This is true regardless of entries in the table below.
117
117
| GNU/Linux | loong64 | kernel >= 5.19, glibc >= 2.36 | Experimental | |
118
118
| Windows | x64 | >= Windows 10/Server 2016 | Tier 1 | [ ^ 2 ] ,[ ^ 3 ] |
119
119
| Windows | arm64 | >= Windows 10 | Tier 2 | |
120
- | macOS | x64 | >= 13.5 | Tier 1 | For notes about compilation see [ ^ 4 ] |
121
- | macOS | arm64 | >= 13.5 | Tier 1 | |
120
+ | macOS | x64 | >= 15.2 | Tier 1 | For notes about compilation see [ ^ 4 ] |
121
+ | macOS | arm64 | >= 15.2 | Tier 1 | |
122
122
| SmartOS | x64 | >= 18 | Tier 2 | |
123
123
| AIX | ppc64be >=power8 | >= 7.2 TL04 | Tier 2 | |
124
124
| FreeBSD | x64 | >= 13.2 | Experimental | |
@@ -156,7 +156,7 @@ Depending on the host platform, the selection of toolchains may vary.
156
156
| ---------------- | -------------------------------------------------------------- |
157
157
| Linux | GCC >= 12.2 |
158
158
| Windows | Visual Studio >= 2022 with the Windows 10 SDK on a 64-bit host |
159
- | macOS | Xcode >= 16.1 (Apple LLVM >= 17 ) |
159
+ | macOS | Xcode >= 16.3 (Apple LLVM >= 19 ) |
160
160
161
161
### Official binary platforms and toolchains
162
162
@@ -248,7 +248,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
248
248
249
249
#### macOS prerequisites
250
250
251
- * Xcode Command Line Tools >= 13 for macOS
251
+ * Xcode Command Line Tools >= 16.3 for macOS
252
252
* [ A supported version of Python] [ Python versions ]
253
253
* For test coverage, your Python installation must include pip.
254
254
0 commit comments