Skip to content

Commit 7ee1206

Browse files
committed
[GR-71493] Linux as a recommended prerequisite
PullRequest: graalpython/4237
2 parents 0db65e0 + 9f5fdc1 commit 7ee1206

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/user/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ The following table shows which Python versions are supported by each GraalPy re
1717
### Platform support
1818

1919
GraalPy is mostly written in Java and Python, but the Python package ecosystem is rich in native packages that need platform specific support via native libraries that expose platform-specific APIs.
20-
Our main operating system is Oracle Linux, the CPU architectures we focus on are AMD64 and ARM, and the main JDK we test is Oracle GraalVM.
21-
Windows and macOS with GraalVM JDK are less well tested, and outside of those combinations we target only basic test coverage.
22-
See [test tiers](Test-Tiers.md) for a detailed breakdown.
20+
The main operating system is Oracle Linux, the CPU architectures are AMD64 and ARM, and the primary JDK is Oracle GraalVM.
21+
**Linux is recommended for getting started with GraalPy.** Windows and macOS with GraalVM JDK are less well tested, and outside of those combinations only basic test coverage is provided. As macOS and other platforms are not prioritized, some GraalPy features may not work on these platforms.
22+
See [below](Test-Tiers.md) for a detailed breakdown.
2323

2424
## Maven
2525

0 commit comments

Comments
 (0)