Skip to content

Commit a0d4c71

Browse files
committed
DOC: Add documentation to specify the os targets
Provide links for details.
1 parent d2444f0 commit a0d4c71

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,11 @@ Windows, Linux, and macOS. Image details are available [here](https://github.com
349349

350350
The `build-test-package-python.yml` workflow supports Python package generation for the following platforms and architectures:
351351
- Windows 10 x86_64 platforms
352-
- Windows 11 x86_64 platforms
353-
- macOS 10.9+ x86_64 platforms
354-
- macOS 11.0+ ARM64 platforms
355-
- Linux glibc 2.17+ (E.g. Ubuntu 18.04+) x86_64 platforms
356-
- Linux glibc 2.28+ (E.g. Ubuntu 20.04+) aarch64 (ARMv8) platforms
352+
- Windows 11 x86_64 platforms (windows-2022)
353+
- macOS 11.0+ x86_64 platforms (macos-14)
354+
- macOS 13.0+ ARM64 platforms (macos-15)
355+
- Linux glibc 2.17+ (E.g. Ubuntu 18.04+) x86_64 platforms (See: https://github.com/pypa/manylinux for details)
356+
- Linux glibc 2.28+ (E.g. Ubuntu 20.04+) aarch64 (ARMv8) platforms (See: https://github.com/pypa/manylinux for details)
357357

358358
### What should I do if my target platform/architecture does not appear on the list above?
359359

0 commit comments

Comments
 (0)